TypeMismatchException.ExistingType 属性

定义

获取异常的当前类型。

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

属性值

异常的当前类型。

适用于