ReactOS 0.4.16-dev-927-g467dec4
|
#include <fbtSeXcpt.h>
Public Member Functions | |
fbtSeException (unsigned int nSeCode, _EXCEPTION_POINTERS *pExcPointers) | |
fbtSeException (fbtSeException &CseExc) | |
unsigned int | GetSeCode (void) |
Private Attributes | |
unsigned int | m_nSeCode |
_EXCEPTION_POINTERS * | m_pExcPointers |
Definition at line 6 of file fbtSeXcpt.h.
fbtSeException::fbtSeException | ( | unsigned int | nSeCode, |
_EXCEPTION_POINTERS * | pExcPointers | ||
) |
fbtSeException::fbtSeException | ( | fbtSeException & | CseExc | ) |
Definition at line 15 of file fbtSeXcpt.h.
|
private |
Definition at line 16 of file fbtSeXcpt.h.