Click or drag to resize
RedirectException Constructor (String, String)
Creates a new RedirectException

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
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