TypeMismatchException.ExistingType プロパティ

定義

例外の現在の型を取得します。

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

プロパティ値

例外の現在の型です。

適用対象