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
| Name | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| message | string | The message that describes the error. |