共用方式為


Catch<TException>.ExceptionType 屬性

定義

Catch 區塊正在處理的例外狀況型別。

public:
 virtual property Type ^ ExceptionType { Type ^ get(); };
public override Type ExceptionType { get; }
member this.ExceptionType : Type
Public Overrides ReadOnly Property ExceptionType As Type

屬性值

例外狀況型別。

適用於