DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
AbandonedMutexException.h File Reference

Exception thrown when a thread acquires a Mutex abandoned by another thread. More...

#include "Common.h"
#include "System/SystemException.h"

Go to the source code of this file.

Classes

class  DotNetDupe::System::Threading::AbandonedMutexException
 Exception thrown when a thread acquires a Mutex object that another thread has abandoned by exiting without releasing it. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Threading

Detailed Description

Exception thrown when a thread acquires a Mutex abandoned by another thread.

Definition in file AbandonedMutexException.h.