mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
[ROSAUTOTEST]
- Continue the testing process in case a test fails to execute ONLINE-441 svn path=/trunk/; revision=66504
This commit is contained in:
parent
5dfd2fc11e
commit
b3777ffecc
6 changed files with 72 additions and 39 deletions
|
@ -12,9 +12,9 @@
|
|||
* You should always use the EXCEPTION or SSEXCEPTION macro for throwing this exception.
|
||||
*
|
||||
* @param Message
|
||||
* Constant pointer to a char array containing a short message about the exception
|
||||
* String containing a short message about the exception
|
||||
*/
|
||||
CSimpleException::CSimpleException(const char* Message)
|
||||
CSimpleException::CSimpleException(const string& Message)
|
||||
: m_Message(Message)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue