AsyncPostBackErrorEventArgs.Exception Propiedad

Definición

Obtiene la excepción Exception producida durante la representación parcial de la página.

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

Valor de propiedad

Un objeto Exception.

Se aplica a