Base exception class for georeferencing module.
sealed class
|
GeorefException
|
extends
|
TinmanException
|
The TinmanError object that describes the error that has occurred.
public
property
|
ErrorInfo
{
get
}
|
||
type
|
TinmanError
|
||
value
|
|
The TinmanError object. | |
inherited
|
TinmanException.ErrorInfo
|
[Pure]
|
||||
public
override
sealed
property
|
Message
{
get
}
|
|||
type
|
string
|
|||
value
|
||||
inherited
|
TinmanException.Message
|
The error source (see ErrorSource).
public
property
|
Source
{
get
}
|
||
type
|
string
|
||
value
|
The error source tag. | ||
inherited
|
TinmanException.Source
|
A required CoordinateOperationParameter cannot be found.
public
static
method
|
MissingParameter
(string source,
CoordinateOperationParameter parameter)
|
||
type
|
GeorefException
|
||
params
|
source
|
Error source tag. | |
parameter
|
The parameter object. | ||
returns
|
The ready-to-throw exception. |
A geo object cannot be found in the geo registry.
public
static
method
|
NoSuchGeoObject
(string source,
GeoObjectId key)
|
||
type
|
GeorefException
|
||
params
|
source
|
Error source tag. | |
key
|
The geo object key. | ||
returns
|
The ready-to-throw exception. |
[Pure]
|
||||
public
override
sealed
method
|
ToString
()
|
|||
type
|
string
|
|||
inherited
|
TinmanException.ToString
|
A piece of georeferencing metadata is not supported.
public
static
method
|
UnsupportedMetadata
(string source,
string what)
|
||
type
|
GeorefException
|
||
params
|
source
|
Error source tag. | |
what
|
Description of what is not supported. | ||
returns
|
The ready-to-throw exception. |