Click or drag to resize

GM_Exception Class

Global Mapper Exception Class
Inheritance Hierarchy

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public class GM_Exception : Exception

The GM_Exception type exposes the following members.

Constructors
  NameDescription
Public methodGM_Exception
A constructor for an Exception
Public methodGM_Exception(String)
A constructor for an Exception
Public methodGM_Exception(GM_Error_t32)
A constructor for an Exception
Public methodGM_Exception(String, Exception)
A constructor for an Exception
Public methodGM_Exception(GM_Error_t32, String)
A constructor for an Exception
Top
Properties
  NameDescription
Public propertyErrorCode
The GM_Error Code associated with the exception
Top
See Also