ExceptionDetail.HelpLink 屬性

定義

取得或設定說明連結,這個連結來自傳遞給建構函式 (Constructor) 的例外狀況。

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。

適用於