Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CSysException Class Reference

Inheritance diagram for CSysException:

CException List of all members.

Public Methods

 CSysException (const char *=ms_DefaultMessage)
virtual std::string Type (void) const

Detailed Description

Generally generated when a system error occurs. It is actually when an API call fails.


Constructor & Destructor Documentation

CSysException::CSysException ( const char * Doc = ms_DefaultMessage )
 

During its creation, GetLastSysError is called to bring some extra information. This information is added to the initial documentation of the exception.


Member Function Documentation

std::string CSysException::Type ( void ) const [virtual]
 

Give the type of exception. Redefined by each exception class.

Reimplemented from CException.


The documentation for this class was generated from the following files:
Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.