RedirectedException class | QSYS API Reference Guide
Represents an exception used to indicate a redirection action within the application.
Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object –> Exception
Constructors
| Name | Description |
|---|---|
| RedirectedException(String, String) | Initializes a new instance of the class. |
RedirectedException(String, String)
Initializes a new instance of the class.
RedirectedException(String, String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | newUrl | The new URL to which the request is redirected. |
| String | newArea | The new area to which the request is redirected. Optional. |
Properties
| Type | Name | Description |
|---|---|---|
| String | Message | Gets a message that describes the current exception, indicating the redirection target. |
| String | NewArea | Gets or sets the new area to which the request is redirected. |
| String | NewUrl | Gets or sets the new URL to which the request is redirected. |