Partilhar via


AsyncPostBackErrorEventArgs(Exception) Construtor

Definição

Inicializa uma nova instância da classe AsyncPostBackErrorEventArgs.

public:
 AsyncPostBackErrorEventArgs(Exception ^ exception);
public AsyncPostBackErrorEventArgs (Exception exception);
new System.Web.UI.AsyncPostBackErrorEventArgs : Exception -> System.Web.UI.AsyncPostBackErrorEventArgs
Public Sub New (exception As Exception)

Parâmetros

exception
Exception

A exceção do servidor gerada durante a renderização parcial da página.

Exceções

exception é null.

Aplica-se a