Click or drag to resize

GM_Exception Constructor (String, Exception)

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

Parameters

message
Type: SystemString
Any additional error information that could be gathered
inner
Type: SystemException
The Inner Exception
See Also