DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
ThreadStateException.h
Go to the documentation of this file.
1
3
4#pragma once
5
6#include "Common.h"
8
9namespace DotNetDupe {
10 namespace System {
11 namespace Threading {
12
18 public:
22 };
23
24 }
25 }
26}
Defines common cross-platform macros, export decorators, and fundamental types.
#define DOTNETDUPE_API
Platform-specific linkage decoration for exporting or importing library symbols.
Definition Common.h:20
Serves as the base class for system exceptions across the library.
Represents text as a sequence of UTF-8 code units with culture-invariant operations.
Definition String.h:74
SystemException()
Initializes a new instance of the SystemException class with a default message.
Definition Exception.cpp:48
ThreadStateException(const String &sMessage)
Initializes a new instance of the ThreadStateException class with a specified error message.