Indicates that the application should stop handling the current HTTP request because
Veriplace has determined that a transaction cannot be completed at present, and has
automatically served up a response page from a IStatusViewRenderer.
Namespace:
Veriplace.Web.ViewsAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
public class RespondedWithStatusViewException : RespondedException |
| Visual Basic (Declaration) |
|---|
Public Class RespondedWithStatusViewException _ Inherits RespondedException |
| Visual C++ |
|---|
public ref class RespondedWithStatusViewException : public RespondedException |
Remarks
This can happen because of an error, or because Veriplace is displaying a "please
wait" status page. In the latter case, the application will receive a callback
request later to continue the current flow.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Veriplace.Client..::.VeriplaceException
Veriplace.Web..::.RespondedException
Veriplace.Web.Views..::.RespondedWithStatusViewException
System..::.Exception
Veriplace.Client..::.VeriplaceException
Veriplace.Web..::.RespondedException
Veriplace.Web.Views..::.RespondedWithStatusViewException