RestErrorException is thrown when an error occurs with the REST service.
Constructors
| Name | Description | 
|---|---|
| RestErrorException(String) | RestErrorException is thrown when an error occurs with the REST service.. | 
RestErrorException(String) Constructor
RestErrorException is thrown when an error occurs with the REST service.
public RestErrorException(string msg)| Parameter | Type | Description | 
|---|---|---|
| msg | String | Custom exception message. | 
Inheritance Hierarchy
Inheritance: System.Exception → ESRI.Server.SOESupport.RestErrorException