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 public GM_Exception(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
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