Compartir a través de


UnhandledExceptionEventArgs.Exception Propiedad

Definición

Obtiene el HRESULT código asociado a la excepción no controlada.

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

Valor de propiedad

Código HRESULT o asignación de Common Language Runtime (CLR) System.Exception.

Se aplica a

Consulte también