Initializes a new instance of the RestException class.
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
public RestException( string url, string request, string response, string message, Exception innerException )
Parameters
- url
- Type: SystemString
- request
- Type: SystemString
- response
- Type: SystemString
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also