Class FileProcessingException
The exception that is thrown when an error occurs during file processing.
Implements
Inherited Members
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public class FileProcessingException : Exception, ISerializable
Constructors
| Name | Description |
|---|---|
| FileProcessingException() | Initializes a new instance of the FileProcessingException class. |
| FileProcessingException(string?) | Initializes a new instance of the FileProcessingException class with a specified error message. |
| FileProcessingException(string?, Exception?) | Initializes a new instance of the FileProcessingException class with a specified error message and a reference to the inner exception that is the cause of this exception. |