DotNetDupe
4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Toggle main menu visibility
Loading...
Searching...
No Matches
TaskCanceledException.h
Go to the documentation of this file.
1
3
4
#pragma once
5
6
#include "
Common.h
"
7
#include "
System/SystemException.h
"
8
9
namespace
DotNetDupe
{
10
namespace
System
{
11
namespace
Threading
{
12
namespace
Tasks
{
13
18
class
TaskCanceledException
:
public
SystemException
{
19
public
:
22
DOTNETDUPE_API
TaskCanceledException
(
const
String
& sMessage) :
SystemException
(sMessage) { }
23
};
24
25
}
26
}
27
}
28
}
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::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::Threading::Tasks::TaskCanceledException::TaskCanceledException
TaskCanceledException(const String &sMessage)
Initializes a new instance of the TaskCanceledException class with a specified error message.
Definition
TaskCanceledException.h:22
DotNetDupe::System::Threading::Tasks
Definition
Task.h:17
DotNetDupe::System::Threading
Definition
AbandonedMutexException.h:11
DotNetDupe::System
Definition
Action.h:11
DotNetDupe
Definition
IServiceCollection.h:7
Include
System
Threading
Tasks
TaskCanceledException.h
Generated by
1.18.0