ExceptionDetail.HelpLink Proprietà

Definizione

Consente di ottenere o impostare il collegamento al file della Guida contenuto nell'eccezione passata al costruttore.

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

Valore della proprietà

String

Informazioni contenute nel collegamento al file della Guida dell'eccezione.

Attributi

Commenti

Il valore restituito, che rappresenta un file della Guida, è un URN o URL.

Si applica a