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

属性值

异常类型。

适用于