GisException.GisException
GisException()
Initialiseert een nieuw exemplaar van hetGisException
klasse.
public GisException()
Zie ook
- class GisException
- naamruimte Aspose.Gis
- montage Aspose.GIS
GisException(string)
Initialiseert een nieuw exemplaar van hetGisException
klasse.
public GisException(string message)
Parameter | Type | Beschrijving |
---|---|---|
message | String | Het bericht dat de fout beschrijft. |
Zie ook
- class GisException
- naamruimte Aspose.Gis
- montage Aspose.GIS
GisException(string, Exception)
Initialiseert een nieuw exemplaar van hetGisException
klasse.
public GisException(string message, Exception inner)
Parameter | Type | Beschrijving |
---|---|---|
message | String | Het bericht dat de fout beschrijft. |
inner | Exception | De uitzondering die de oorzaak is van de huidige uitzondering. |
Zie ook
- class GisException
- naamruimte Aspose.Gis
- montage Aspose.GIS