RedirectException Constructor (String, String)A Sandcastle Documented Class Library
Creates a new RedirectException

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public RedirectException(
	string msg,
	string url
)

Parameters

msg
Type: SystemString
The error message
url
Type: SystemString
The URL that the request was redirected to
See Also

Reference