GisException Class

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

Module: aspose.gis

Full Name: aspose.gis.GisException

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
GisException()Initializes a new instance of the GisException class.
GisException(message)Initializes a new instance of the GisException class.

Constructor: GisException()

 GisException() 

Initializes a new instance of the GisException class.

Constructor: GisException(message)

 GisException(message) 

Initializes a new instance of the GisException class.

Parameters:

ParameterTypeDescription
messagestringThe message that describes the error.