AsyncPostBackErrorEventArgs(Exception) Konstruktor

Definition

Initialisiert eine neue Instanz der AsyncPostBackErrorEventArgs-Klasse.

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

Parameter

exception
Exception

Die während des Teilrenderings von Seiten ausgelöste Serverausnahme.

Ausnahmen

exception ist null.

Gilt für: