Class ImplementationAlreadyInStoreException
- Namespace
- ZeroInstall.Store.Implementations
- Assembly
- ZeroInstall.Store.dll
Indicates an Implementation being added to an IImplementationStore is already in the store.
public sealed class ImplementationAlreadyInStoreException : Exception, ISerializable
- Inheritance
-
ImplementationAlreadyInStoreException
- Implements
- Inherited Members
Constructors
ImplementationAlreadyInStoreException()
Initializes a new instance of the Exception class.
public ImplementationAlreadyInStoreException()
ImplementationAlreadyInStoreException(string)
Initializes a new instance of the Exception class with a specified error message.
public ImplementationAlreadyInStoreException(string message)
Parameters
message
stringThe message that describes the error.
ImplementationAlreadyInStoreException(string, Exception)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ImplementationAlreadyInStoreException(string message, Exception innerException)
Parameters
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference (
Nothing
in Visual Basic) if no inner exception is specified.
ImplementationAlreadyInStoreException(ManifestDigest)
Creates a new implementation already in store exception.
public ImplementationAlreadyInStoreException(ManifestDigest manifestDigest)
Parameters
manifestDigest
ManifestDigestThe digest of the Implementation that was supposed to be added.
Properties
ManifestDigest
The hash value the Implementation was supposed to have.
public ManifestDigest ManifestDigest { get; }