GM_Exception Constructor (GM_Error_t32, String)
A constructor for an Exception

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
                                    public
                                    GM_Exception
                                    (
                                    GM_Error_t32
                                    error
                                    ,
                                    string
                                    message
)
                                

Parameters

error
Type:  GlobalMapper . GM_Error_t32

The GM_Error to be associated with this exception

message
Type:  System . String

Any additional error information that could be gathered

See Also