Syntax
CSharp
public AsyncPostBackErrorEventArgs (
Exception exception
)
VisualBasic
Public Sub New ( _
exception As Exception _
)
ManagedCPlusPlus
public:
AsyncPostBackErrorEventArgs (
Exception^ exception
)
JSharp
public AsyncPostBackErrorEventArgs (
Exception exception
)
Parameters
- exception (Exception)
The server exception raised during partial-page rendering.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)