Class RepoFileNotFoundException
The exception that is thrown when a file in a repository is not found.
Inheritance
RepoFileNotFoundException
Implements
Inherited Members
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public class RepoFileNotFoundException : FileNotFoundException, ISerializable
Constructors
| Name | Description |
|---|---|
| RepoFileNotFoundException(string) | Initializes a new instance of the RepoFileNotFoundException class with a specified message. |
| RepoFileNotFoundException(string, Exception?) | Initializes a new instance of the RepoFileNotFoundException class with a specified message and an inner exception. |