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
statusCodeHttpStatusCodeThe HTTP code returns from the server.
messagestringThe error message from service if any.
innerExceptionExceptionThe inner exception.
Properties
StatusCode
Gets the HTTP status code.
public HttpStatusCode StatusCode { get; }