System.ExceptionClass

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

ExceptionClass: TClass; { Exception base class (must be Exception) }

C++

extern DELPHI_PACKAGE TClass ExceptionClass;

プロパティ

種類 可視性 ソース ユニット
variable public
System.pas
System.hpp
System System

説明

例外基底クラスを表します。

ExceptionClass は、例外基底クラスを表します。

関連項目