Class FileSourceUnchangedException
Represents an exception that can be thrown when file processing does not result in any changes to the source file.
Implements
Inherited Members
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public class FileSourceUnchangedException : FileProcessingException, ISerializable
Remarks
See AliasWhenVariantSourceUnchanged and ThrowWhenMainSourceUnchanged for more information about when this exception may be thrown.
Constructors
| Name | Description |
|---|---|
| FileSourceUnchangedException() | Initializes a new instance of the FileSourceUnchangedException class with a default message. |
| FileSourceUnchangedException(string?) | Initializes a new instance of the FileSourceUnchangedException class with a specified error message. |
| FileSourceUnchangedException(string?, Exception?) | Initializes a new instance of the FileSourceUnchangedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |