ArgumentConstraintException.Component プロパティ

定義

例外が発生したコンポーネントを取得します。

public:
 property System::Object ^ Component { System::Object ^ get(); };
public object Component { get; }
member this.Component : obj
Public ReadOnly Property Component As Object

プロパティ値

例外が発生したコンポーネント。

適用対象