Show / Hide Table of Contents

Class ImplementationNotFoundException

Indicates an Implementation could not be found in a IImplementationStore.

Inheritance
Object
ImplementationNotFoundException
Namespace: ZeroInstall.Store.Implementations
Assembly: ZeroInstall.Store.dll
Syntax
public sealed class ImplementationNotFoundException : IOException

Constructors

ImplementationNotFoundException()

Creates a new implementation not found exception without specifying the specific implementation ID.

Declaration
public ImplementationNotFoundException()

ImplementationNotFoundException(String)

Declaration
public ImplementationNotFoundException(string message)
Parameters
Type Name Description
String message

ImplementationNotFoundException(String, Exception)

Declaration
public ImplementationNotFoundException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException

ImplementationNotFoundException(ManifestDigest)

Creates a new implementation not found exception.

Declaration
public ImplementationNotFoundException(ManifestDigest manifestDigest)
Parameters
Type Name Description
ManifestDigest manifestDigest

The ManifestDigest of the Implementation to be found.

Properties

ManifestDigest

The ManifestDigest of the Implementation to be found.

Declaration
public ManifestDigest ManifestDigest { get; }
Property Value
Type Description
ManifestDigest

Methods

GetObjectData(SerializationInfo, StreamingContext)

Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
In This Article
Back to top Copyright Bastian Eicher et al