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 public GM_Exception(
GM_Error_t32 error,
string message
)
Public Sub New (
error As GM_Error_t32,
message As String
)
public:
GM_Exception(
GM_Error_t32 error,
String^ message
)
Parameters
- error
- Type: GlobalMapper.TypesGM_Error_t32
The GM_Error to be assosicated with this exception - message
- Type: SystemString
Any additional error information that could be gathered
See Also