ReactOS 0.4.15-dev-7931-gfd331f1
CFatalException.h
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
9{
10private:
11 string m_File;
12 int m_Line;
13 string m_Message;
14
15public:
16 CFatalException(const char* File, int Line, const char* Message);
17
18 const string& GetFile() const { return m_File; }
19 int GetLine() const { return m_Line; }
20 const string& GetMessage() const { return m_Message; }
21};
int GetLine() const
const string & GetFile() const
const string & GetMessage() const
Definition: File.h:16
static const WCHAR Message[]
Definition: register.c:74
Definition: ncftp.h:79