TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | List of all members
Exception Class Reference
Inheritance diagram for Exception:
Win32Exception

Detailed Description

WinUI base exception class.

See also
Throw(), WINUI_THROW

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

Constructor & Destructor Documentation

Exception ( )
throw (
)
virtual ~Exception ( )
throw (
)
virtual
Exception ( const TCHAR *  pszDesc)
throw (
)

Member Data Documentation

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.