DotNetDupe
4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Toggle main menu visibility
Loading...
Searching...
No Matches
IOException.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#include "
System/SystemException.h
"
8
#include "
Common.h
"
9
10
namespace
DotNetDupe
{
11
namespace
System
{
12
namespace
IO
{
17
class
IOException
:
public
SystemException {
18
public
:
20
DOTNETDUPE_API
IOException
();
21
24
IOException
(
const
String
& sMessage) :
SystemException
(sMessage) { }
25
29
IOException
(
const
String
& sMessage,
const
Exception
& innerException) :
SystemException
(sMessage, innerException) { }
30
};
31
}
32
}
33
}
34
Common.h
Defines common cross-platform macros, export decorators, and fundamental types.
DOTNETDUPE_API
#define DOTNETDUPE_API
Platform-specific linkage decoration for exporting or importing library symbols.
Definition
Common.h:20
SystemException.h
Serves as the base class for system exceptions across the library.
DotNetDupe::System::Exception::Exception
Exception()
Initializes a new instance of the Exception class with a default system-supplied message.
Definition
Exception.cpp:15
DotNetDupe::System::IO::IOException
The exception that is thrown when an I/O error occurs.
Definition
IOException.h:17
DotNetDupe::System::IO::IOException::IOException
IOException(const String &sMessage, const Exception &innerException)
Initializes a new instance of the IOException class with a specified error message and inner exceptio...
Definition
IOException.h:29
DotNetDupe::System::IO::IOException::IOException
IOException(const String &sMessage)
Initializes a new instance of the IOException class with a specified error message.
Definition
IOException.h:24
DotNetDupe::System::IO::IOException::IOException
IOException()
Initializes a new instance of the IOException class with a default message.
Definition
Exception.cpp:56
DotNetDupe::System::String
Represents text as a sequence of UTF-8 code units with culture-invariant operations.
Definition
String.h:74
DotNetDupe::System::SystemException::SystemException
SystemException()
Initializes a new instance of the SystemException class with a default message.
Definition
Exception.cpp:48
DotNetDupe::System::IO
Definition
Console.h:17
DotNetDupe::System
Definition
Action.h:11
DotNetDupe
Definition
IServiceCollection.h:7
Include
System
IOException.h
Generated by
1.18.0