PowerWEB File Upload for ASP.NET
FinalizeException(Boolean) Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > CallbackManager Class > FinalizeException Method : FinalizeException(Boolean) Method



endResponse
When set to true, Response.End() will be called internally. When set to false, additional script may be inserted into the Response stream.
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 _
) 
Visual Basic (Usage)Copy Code
Dim endResponse As Boolean
 
CallbackManager.FinalizeException(endResponse)
C# 
public static void FinalizeException( 
   bool endResponse
)
C++/CLI 
public:
static void FinalizeException( 
   bool endResponse
) 

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

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.