A static method to be called in the case of an unhandled exception caught within a global application error handler during a callback. This method will force client-side progress polling to shut down.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Shared Sub FinalizeException( _
ByVal endResponse As Boolean _
) |
Parameters
- endResponse
- When set to true, Response.End() will be called internally. When set to false, additional script may be inserted into the Response stream.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also