言語

ComErrorException.Source プロパティ

定義

エラーの原因となるオブジェクトまたはアプリケーションの名前を取得します。

public:
 virtual property System::String ^ Source { System::String ^ get(); };
public override string Source { get; }
member this.Source : string
Public Overrides ReadOnly Property Source As String

プロパティ値

エラーの原因となるオブジェクトまたはアプリケーションの名前。

適用対象