Condividi tramite


JScriptException.LineText Proprietà

Definizione

Ottiene il testo del codice in cui si verifica l'errore.

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

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

Valore della proprietà

String

Testo del codice oppure stringa vuota se Context è null .

Implementazioni

Si applica a

Vedi anche