| ★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/ThreadException.html | Nouvelle recherche | Portail wanayoo |
ThreadException is the base exception type for Thread.
ThreadException is the base exception type for Thread. All Thread exceptions derive from this.
ThreadException( CharCptr file, LineNum line, Severity severity = Exception::CONTINUABLE, bool outOfMemory = false )
line - The line of source throwing the exception
severity - The Exception::Severity of the Exception
outOfMemory - An out of memory indicator
ThreadException( ThreadExceptionCref )
virtual ~ThreadException( void )
ThreadExceptionRef operator=( ThreadExceptionCref )
bool operator==( ThreadExceptionCref ) const
ThreadException( void )