Represents errors that occur when handling a request against the ArcGIS Rest API.
Inheritance Hierarchy
SystemException
PreStormRestException
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The RestException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RestException |
Initializes a new instance of the RestException class.
|
Properties
Name | Description | |
---|---|---|
Request |
The data sent to the server.
| |
Response |
The JSON response from ArcGIS Server.
| |
Url |
The url of the service.
|
Methods
Name | Description | |
---|---|---|
GetObjectData |
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).) |
See Also