Base Win32 exception class.
Public Member Functions | |
| Win32Exception () | |
Public Member Functions inherited from Exception | |
| Exception () throw () | |
| virtual | ~Exception () throw () |
| Exception (const TCHAR *pszDesc) throw () | |
Additional Inherited Members | |
Public Attributes inherited from Exception | |
| ni::cString | m_strErrorDesc |
| Contains human readable error description. More... | |
| ni::cString | m_strSourceFile |
| File in which the exception was thrown. More... | |
| int | m_iLine |
| Line in which the exception was thrown. More... | |
| Win32Exception | ( | ) |
1.8.7