FileManagerIOException Constructors
The exception that is thrown when an input/output error occurs.Name | Parameters | Description |
---|---|---|
FileManagerIOException(FileManagerErrors, Exception) | error, innerException | Initialize a new instance of the FileManagerIOException class with the specified settings. |
FileManagerIOException(FileManagerErrors) | error | Initialize a new instance of the FileManagerIOException class with the specified setting. |
See Also