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

속성 값

오류의 출처인 개체 또는 애플리케이션의 이름입니다.

적용 대상