<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Threading.AbandonedMutexException

public Mutex Mutex { get; }

public int MutexIndex { get; }

public AbandonedMutexException(int location, WaitHandle handle)

public AbandonedMutexException(string message)

public AbandonedMutexException(string message, Exception inner)

public AbandonedMutexException(string message, Exception inner, int location, WaitHandle handle)

public AbandonedMutexException(string message, int location, WaitHandle handle)