_Exception.Source 속성

정의

버전에 관계없이 Source 속성에 액세스할 수 있는 COM 개체를 제공합니다.

public:
 property System::String ^ Source { System::String ^ get(); void set(System::String ^ value); };
public string Source { get; set; }
member this.Source : string with get, set
Public Property Source As String

속성 값

String

오류를 발생시키는 애플리케이션 또는 개체의 이름입니다.

설명

이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.

Exception.Source 속성 가져오거나 애플리케이션 또는 오류를 발생 시키는 개체의 이름을 가져오거나 설정 합니다.

적용 대상

추가 정보