Class ThinkGeoCloudApplicationException
An exception which is thrown when an error from GIS Server has occured.
[Obfuscation(Exclude = true)]
public class ThinkGeoCloudApplicationException : ApplicationException, ISerializable
- Inheritance
-
ThinkGeoCloudApplicationException
- Implements
- Inherited Members
Remarks
An exception which is thrown when an error from GIS Server has occured.
Constructors
ThinkGeoCloudApplicationException(HttpStatusCode, string, Exception)
Initializes an instace of GisServerServiceException with an HTTP code, an optional message and an optional inner exception.
public ThinkGeoCloudApplicationException(HttpStatusCode statusCode, string message = null, Exception innerException = null)
Parameters
statusCode
HttpStatusCodeThe HTTP code returns from the server.
message
stringThe error message from service if any.
innerException
ExceptionThe inner exception.
Properties
StatusCode
Gets the HTTP status code.
public HttpStatusCode StatusCode { get; }