GisException.GisException

GisException()

Initializes a new instance of the GisException class.

public GisException()

See Also


GisException(string)

Initializes a new instance of the GisException class.

public GisException(string message)
ParameterTypeDescription
messageStringThe message that describes the error.

See Also


GisException(string, Exception)

Initializes a new instance of the GisException class.

public GisException(string message, Exception inner)
ParameterTypeDescription
messageStringThe message that describes the error.
innerExceptionThe exception that is the cause of the current exception.

See Also