AsyncPostBackErrorEventArgs(Exception) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

exception
Exception

De server-uitzondering die is gegenereerd tijdens het weergeven van gedeeltelijke pagina's.

Uitzonderingen

exception is null.

Van toepassing op