Click or drag to resize

GM_Exception Constructor (GM_Error_t32, String)

A constructor for an Exception

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Exception(
	GM_Error_t32 error,
	string message
)

Parameters

error
Type: GlobalMapperGM_Error_t32
The GM_Error to be assosicated with this exception
message
Type: SystemString
Any additional error information that could be gathered
See Also