다음을 통해 공유


ExceptionDetail.HelpLink 속성

정의

예외에서 생성자로 전달되는 도움말 링크를 가져오거나 설정합니다.

public:
 property System::String ^ HelpLink { System::String ^ get(); void set(System::String ^ value); };
public:
 property System::String ^ HelpLink { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string HelpLink { get; set; }
[System.Runtime.Serialization.DataMember]
public string HelpLink { get; }
[<System.Runtime.Serialization.DataMember>]
member this.HelpLink : string with get, set
[<System.Runtime.Serialization.DataMember>]
member this.HelpLink : string
Public Property HelpLink As String
Public ReadOnly Property HelpLink As String

속성 값

String

예외의 도움말 링크 정보입니다.

특성

설명

도움말 파일을 나타내는 반환 값은 URN 또는 URL입니다.

적용 대상