ServicesExceptionNotHandledEventArgs.Exception Propiedad

Definición

Obtiene la excepción que no pudo ser controlada por el servicio.

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

Valor de propiedad

Exception

Exception que representa la excepción que no pudo ser controlada por el servicio.

Se aplica a