Class UnauthorizedIOAccessException
The exception that is thrown when the operating system denies access because of an I/O error.
Implements
Inherited Members
Namespace: Singulink.IO
Assembly: Singulink.IO.FileSystem.dll
Syntax
[Serializable]
public class UnauthorizedIOAccessException : IOException, ISerializable
Constructors
| Name | Description |
|---|---|
| UnauthorizedIOAccessException() | Initializes a new instance of the UnauthorizedIOAccessException class. |
| UnauthorizedIOAccessException(string) | Initializes a new instance of the UnauthorizedIOAccessException class. |
| UnauthorizedIOAccessException(string, Exception) | Initializes a new instance of the UnauthorizedIOAccessException class. |
| UnauthorizedIOAccessException(string?, int) | Initializes a new instance of the UnauthorizedIOAccessException class. |