Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Custom Exceptions

Jeffrey Jangli edited this page Jun 9, 2017 · 1 revision

AlphaFS implements a few custom Exceptions:

Inherited from System.IO.IOException

AlreadyExistsException
DeviceNotReadyException
DirectoryNotEmptyException
NotAReparsePointException
UnrecognizedReparsePointException

Inherited from System.IO.UnauthorizedAccessException

DirectoryReadOnlyException
FileReadOnlyException

Inherited from System.IO.SystemException

InvalidTransactionException
TransactionalConflictException
TransactionAlreadyAbortedException
TransactionAlreadyCommittedException
UnsupportedRemoteTransactionException