ErrorEventArgs.Exception Propiedad

Definición

Obtiene la excepción que se ha producido.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Valor de propiedad

Exception

Excepción que se ha producido.

Comentarios

Excepción que hizo que se generara el evento.

Se aplica a