Condividi tramite


JScriptException.ErrorNumber Proprietà

Definizione

Ottiene il codice HResult dell'errore.

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

public:
 property int ErrorNumber { int get(); };
public int ErrorNumber { get; }
member this.ErrorNumber : int
Public ReadOnly Property ErrorNumber As Integer

Valore della proprietà

Int32

Codice HResult dell'errore.

Si applica a

Vedi anche