Table of Contents

Class ThinkGeoCloudApplicationException

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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 HttpStatusCode

The HTTP code returns from the server.

message string

The error message from service if any.

innerException Exception

The inner exception.

Properties

StatusCode

Gets the HTTP status code.

public HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode