5#include "system/details_exception_with_filename.h"
7namespace System {
namespace IO {
13 friend class System::ExceptionWrapperHelper;
17 ::System::BaseTypesInfo<System::Object>);
55 MEMBER_FUNCTION_MAKE_OBJECT(
58 CODEPORTING_ARGS(message, fileName, innerException)
65 static const String s_default_message;
69 static const String& DefaultMessageIfNull(
const String& message);
The template class for an exception with a file name.
Definition: details_exception_with_filename.h:14
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
The exception that is thrown when an attempt to access a file that does not exist on disk fails....
Definition: file_not_found_exception.h:12
Details_FileNotFoundException(const String &message, const String &fileName, const System::Exception &innerException)
Initializes a new instance of the FileNotFoundException class with a specified error message,...
Details_FileNotFoundException(const String &message, const System::Exception &innerException)
Initializes a new instance of the FileNotFoundException class with a specified error message and a re...
Details_FileNotFoundException(const String &message)
Initializes a new instance of the FileNotFoundException class with a specified error message.
Details_FileNotFoundException(const String &message, const String &fileName)
Initializes a new instance of the FileNotFoundException class with a specified error message,...
void DoThrow(const System::ExceptionPtr &self) const override
Details_FileNotFoundException()
Initializes a new instance of the FileNotFoundException class with its message string set to a system...
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9