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
messagestringThe 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
messagestringThe error message that explains the reason for the exception.
innerExceptionExceptionThe exception that is the cause of the current exception, or a null reference (
Nothingin Visual Basic) if no inner exception is specified.
ImplementationAlreadyInStoreException(ManifestDigest)
Creates a new implementation already in store exception.
public ImplementationAlreadyInStoreException(ManifestDigest manifestDigest)
  Parameters
manifestDigestManifestDigestThe 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; }