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