Class RepoCorruptedException
The exception that is thrown when an operation cannot proceed because the repository is in a corrupted state that requires external intervention. Examples include multiple data files mapping to the same variant slot, or a rebase that cannot be resumed because required files are missing. See the CorruptionDetected event for programmatic discovery of these (and other) corruption conditions; the Kind on the event carries the specific kind that triggered this throw.
Implements
Inherited Members
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public class RepoCorruptedException : Exception, ISerializable
Constructors
| Name | Description |
|---|---|
| RepoCorruptedException(string) | Initializes a new instance of the RepoCorruptedException class with the specified message. |
| RepoCorruptedException(string, Exception?) | Initializes a new instance of the RepoCorruptedException class with the specified message and inner exception. |