FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    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.

    Inheritance
    object
    Exception
    RepoCorruptedException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    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.

    © Singulink. All rights reserved.