GM_Exception Constructor (String, Exception)
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
                                    (
                                    string
                                    message
                                    ,
                                    Exception
                                    inner
)
                                

Parameters

message
Type:  System . String

Any additional error information that could be gathered

inner
Type:  System . Exception

The Inner Exception

See Also