JScriptException.Description Proprietà

Definizione

Ottiene un messaggio che descrive l'errore.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

Valore della proprietà

Messaggio che descrive l'errore.

Si applica a

Vedi anche