ReactOS
0.4.16-dev-226-g79f2289
CFatalException.cpp
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Automatic Testing Utility
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Fatal program exception with automatically added information
5
* COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org)
6
*/
7
8
#include "
precomp.h
"
9
23
CFatalException::CFatalException
(
const
char
*
File
,
int
Line
,
const
char
*
Message
)
24
: m_File(
File
), m_Line(
Line
), m_Message(
Message
)
25
{
26
}
CFatalException::CFatalException
CFatalException(const char *File, int Line, const char *Message)
Definition:
CFatalException.cpp:23
File
Definition:
File.h:16
Message
static const WCHAR Message[]
Definition:
register.c:74
Line
Definition:
ncftp.h:79
precomp.h
modules
rostests
rosautotest
CFatalException.cpp
Generated on Sun Nov 3 2024 06:11:11 for ReactOS by
1.9.6