DotNetDupe
4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Toggle main menu visibility
Loading...
Searching...
No Matches
PlatformNotSupportedException.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#include "
System/NotSupportedException.h
"
8
9
namespace
DotNetDupe
{
10
namespace
System
{
11
16
class
PlatformNotSupportedException
:
public
NotSupportedException
{
17
public
:
20
PlatformNotSupportedException
(
const
String
& sMessage) :
NotSupportedException
(sMessage) {}
21
};
22
23
}
24
}
NotSupportedException.h
Defines the exception thrown when an invoked method or stream operation is not supported.
DotNetDupe::System::NotSupportedException::NotSupportedException
NotSupportedException(const String &sMessage)
Initializes a new instance of the NotSupportedException class with a specified error message.
Definition
NotSupportedException.h:20
DotNetDupe::System::PlatformNotSupportedException::PlatformNotSupportedException
PlatformNotSupportedException(const String &sMessage)
Initializes a new instance of the PlatformNotSupportedException class with a specified error message.
Definition
PlatformNotSupportedException.h:20
DotNetDupe::System::String
Represents text as a sequence of UTF-8 code units with culture-invariant operations.
Definition
String.h:74
DotNetDupe::System
Definition
Action.h:11
DotNetDupe
Definition
IServiceCollection.h:7
Include
System
PlatformNotSupportedException.h
Generated by
1.18.0