|
NETGeographicLib 1.52
|
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 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.