Alex Bikfalvi
You are here: Home > Projects > SimWorker > Documentation
00001 #pragma once 00002 00003 #include "Exception.h" 00004 00005 class CExceptionSignal : public CException 00006 { 00007 public: 00008 CExceptionSignal(const char* message, const char* file, int line); 00009 virtual ~CExceptionSignal() { } 00010 };
Last updated: February 8, 2011