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

属性值

作为错误来源的对象或应用程序的名称。

适用于