Class GisException

GisException class

The exception that is thrown when an error occurs during GIS data processing.

public class GisException : Exception

Constructors

NameDescription
GisException()Initializes a new instance of the GisException class.
GisException(string)Initializes a new instance of the GisException class.
GisException(string, Exception)Initializes a new instance of the GisException class.

See Also