FileManagerException Constructors
The base class for all exceptions within a file manager.| Name | Parameters | Description |
|---|---|---|
| FileManagerException(FileManagerErrors, Exception, String) | error, innerException, message | Initialize a new instance of the FileManagerException class with the specified settings. |
| FileManagerException(FileManagerErrors, Exception) | error, innerException | Initialize a new instance of the FileManagerException class with the specified settings. |
| FileManagerException(FileManagerErrors) | error | Initialize a new instance of the FileManagerException class with the specified setting. |
See Also