FileSystemException Constructors
An exception that is thrown when an error occurs.| Name | Parameters | Description |
|---|---|---|
| FileSystemException(FileSystemErrorCode, Exception) | errorCode, innerException | Initializes a new instance of the FileSystemException class with specified settings. |
| FileSystemException(FileSystemErrorCode, String) | errorCode, message | Initializes a new instance of the FileSystemException class with specified settings. |
See Also