JScriptException.StackTrace Proprietà

Definizione

Ottiene le informazioni sulla traccia dello stack al momento dell'errore.

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

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

Valore della proprietà

Informazioni sulla traccia dello stack.

Si applica a

Vedi anche