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