See Also

CallbackManager Class  | CallbackManager Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

endResponse
When set to true, Response.End() will be called internally. When set to false, additional script may be inserted into the Response stream.
See Also Languages PowerWEB TextBox for ASP.NET

FinalizeException(Boolean) Method

Dart.PowerWEB.TextBox Namespace > CallbackManager Class > FinalizeException Method : FinalizeException(Boolean) 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.

[Visual Basic]
Overloads Public Shared Sub FinalizeException( _    ByVal endResponse As Boolean _ )
[C#]
public static void FinalizeException(    bool 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

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

CallbackManager Class  | CallbackManager Members  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.