GM_Exception Class
Global Mapper Exception Class
Inheritance Hierarchy

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.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 method GM_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