DotNetDupe
4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Toggle main menu visibility
Loading...
Searching...
No Matches
DirectoryNotFoundException.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#include "
System/IOException.h
"
8
9
namespace
DotNetDupe
{
10
namespace
System
{
11
namespace
IO
{
12
17
class
DirectoryNotFoundException
:
public
IOException
{
18
public
:
21
DirectoryNotFoundException
(
const
String
& sMessage) :
IOException
(sMessage) { }
22
};
23
}
24
25
}
26
}
27
IOException.h
The exception that is thrown when an I/O error occurs.
DotNetDupe::System::IO::DirectoryNotFoundException::DirectoryNotFoundException
DirectoryNotFoundException(const String &sMessage)
Initializes a new instance of the DirectoryNotFoundException class with a specified error message.
Definition
DirectoryNotFoundException.h:21
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:21
DotNetDupe::System::String
Represents text as a sequence of UTF-8 code units with culture-invariant operations.
Definition
String.h:74
DotNetDupe::System::IO
Definition
Console.h:17
DotNetDupe::System
Definition
Action.h:11
DotNetDupe
Definition
IServiceCollection.h:7
Include
System
IO
DirectoryNotFoundException.h
Generated by
1.18.0