GeoCalcException Class

Description

The GeoCalcException class defines the object used to report all exceptions thrown by GeoCalc.

 

Public Enumerations

Enum

Description

Code

Contains elements that correspond to reasons that GeoCalc might throw an exception

 

Public Constructors

Constructor

Description

GeoCalcException

Creates a new instance of the GeoCalcException class

 

Public Methods

Method

Description

get_Details

Returns some details that explain why the exception was thrown

get_ErrorCode

Returns the specific type of this exception, according to the Code enumeration

get_FullMessage

Returns a complete description of the exception

get_IsFromCore

Indicates whether this exception originated in the GeoCalc core or in the GeoCalc wrapper

get_Location

Indicates the object and method that threw the exception

get_Message

Returns a message that gives a description of the ErrorCode