C# Class ZeroInstall.Store.Implementations.ImplementationNotFoundException

Inheritance: System.IO.IOException
显示文件 Open project: 0install/0install-win

Public Methods

Method Description
ImplementationNotFoundException ( ) : System

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

ImplementationNotFoundException ( ManifestDigest manifestDigest ) : System

Creates a new implementation not found exception.

ImplementationNotFoundException ( string message ) : System
ImplementationNotFoundException ( string message, Exception innerException ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ImplementationNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Method Details

ImplementationNotFoundException() public method

Creates a new implementation not found exception without specifying the specific implementation ID.
public ImplementationNotFoundException ( ) : System
return System

ImplementationNotFoundException() public method

Creates a new implementation not found exception.
public ImplementationNotFoundException ( ManifestDigest manifestDigest ) : System
manifestDigest ManifestDigest The of the to be found.
return System

ImplementationNotFoundException() public method

public ImplementationNotFoundException ( string message ) : System
message string
return System

ImplementationNotFoundException() public method

public ImplementationNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System