TypeMismatchException.ExistingType プロパティ

定義

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

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

プロパティ値

現在の例外の種類。

適用対象