TypeMismatchException.ExistingType 属性

定义

获取当前的异常类型。

public:
 property Type ^ ExistingType { Type ^ get(); };
public Type ExistingType { get; }
member this.ExistingType : Type
Public ReadOnly Property ExistingType As Type

属性值

当前的例外类型。

适用于