AsyncPostBackErrorEventArgs(Exception) Konstruktor

Definition

Initierar en ny instans av AsyncPostBackErrorEventArgs klassen.

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

Parametrar

exception
Exception

Serverfelet utlöses under delvis sidåtergivning.

Undantag

exception är null.

Gäller för