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



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() 
Visual Basic (Usage)Copy Code
CallbackManager.FinalizeException()
C# 
public static void FinalizeException()
C++/CLI 
public:
static void FinalizeException(); 

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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