Exception class for NETGeographicLib. More...
#include <NETGeographicLib.h>
Public Member Functions | |
GeographicErr (const char *msg) | |
Creates an exception using an unmanaged string. More... | |
GeographicErr (System::String^ msg) | |
Creates an exception using a managed string. More... | |
Exception class for NETGeographicLib.
Definition at line 132 of file NETGeographicLib.h.
|
inline |
Creates an exception using an unmanaged string.
[in] | msg | The error string. |
Definition at line 139 of file NETGeographicLib.h.
|
inline |
Creates an exception using a managed string.
[in] | msg | The error string. |
Definition at line 145 of file NETGeographicLib.h.