ReactOS 0.4.15-dev-8434-g155a7c7
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
23CFatalException::CFatalException(const char* File, int Line, const char* Message)
24 : m_File(File), m_Line(Line), m_Message(Message)
25{
26}
CFatalException(const char *File, int Line, const char *Message)
Definition: File.h:16
static const WCHAR Message[]
Definition: register.c:74
Definition: ncftp.h:79