Condividi tramite


UnhandledExceptionEventArgs.Exception Proprietà

Definizione

Ottiene il HRESULT codice associato all'eccezione non gestita.

public:
 property HResult Exception { HResult get(); };
HResult Exception();
public System.Exception Exception { get; }
var hResult = unhandledExceptionEventArgs.exception;
Public ReadOnly Property Exception As Exception

Valore della proprietà

Il HRESULT codice o un'eccezione CLR (Common Language Runtime) mappata.

Si applica a

Vedi anche