Indicates that the application should stop handling the current HTTP request because Veriplace has already sent a redirect response to the end user.

Namespace:  Veriplace.Web
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public class RedirectedException : RespondedException
Visual Basic (Declaration)
Public Class RedirectedException _
	Inherits RespondedException
Visual C++
public ref class RedirectedException : public RespondedException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Veriplace.Client..::.VeriplaceException
      Veriplace.Web..::.RespondedException
        Veriplace.Web..::.RedirectedException

See Also