TypeMismatchException.AssignedType プロパティ

定義

例外に対して割り当てられたタイプを取得します。

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

プロパティ値

例外に割り当てられたタイプ。

適用対象