WinUI base exception class.
Public Member Functions | |
| Exception () throw () | |
| virtual | ~Exception () throw () |
| Exception (const TCHAR *pszDesc) throw () | |
Public Attributes | |
| 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... | |
| Exception | ( | ) | ||
| throw | ( | |||
| ) | ||||
|
virtual | |||||||||||||
| Exception | ( | const TCHAR * | pszDesc | ) | |
| throw | ( | ||||
| ) | |||||
| ni::cString m_strErrorDesc |
Contains human readable error description.
| ni::cString m_strSourceFile |
File in which the exception was thrown.
| int m_iLine |
Line in which the exception was thrown.
1.8.7