| Exception | Description |
|---|---|
| FileIsDirectoryException | |
| InconsistentMutexException |
This exception is thrown by linux when the pthread implementation tries to lock a robust mutex which
WAS locked by another process or thread that has died before releasing the mutex.
|
| InvalidFileDescriptorException |
This exception is thrown when a passed file descriptor has been detected to be invalid.
|
| MemoryFaultException | |
| MemoryPoisonedException | |
| MutexAbandonedException |
WaitForMultipleObjects & WaitForSingleObject when they return WAIT_ABANDONED/WAIT_ABANDONED_0
|
| OperationInProgressException |
Exception thrown when an operation that is still running and being attempted in the background took longer to complete
than some timeout value.
|
| PermissionDeniedException | |
| QuotaExceededException | |
| ResourceBusyException | |
| ResourceTemporarilyUnavailableException | |
| SharingViolationException | |
| ShellExecuteException | |
| UnknownNativeErrorException |
This exception signals the occurance of a native error with a given code.
|
| UnrecoverableMutexException |
Thrown when a robust Mutex in an unrecoverable state.
|
Copyright © 2024. All rights reserved.