FileManagerException Class
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
The exception that is thrown when there is an error in FileManager.
public sealed class FileManagerException : Exception, ISerializable, _Exception
- Inheritance
-
FileManagerException
- Implements
Constructors
| FileManagerException(string) |
Initializes a new instance of the FileManagerException class with a specified error message. |
| FileManagerException(string, Exception) |
Initializes a new instance of the FileManagerException class with a specified error message and a reference to the inner exception that is the cause of this exception. |