C# Класс ZeroInstall.Store.Implementations.ImplementationNotFoundException

Наследование: System.IO.IOException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ImplementationNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

Описание методов

ImplementationNotFoundException() публичный Метод

Creates a new implementation not found exception without specifying the specific implementation ID.
public ImplementationNotFoundException ( ) : System
Результат System

ImplementationNotFoundException() публичный Метод

Creates a new implementation not found exception.
public ImplementationNotFoundException ( ManifestDigest manifestDigest ) : System
manifestDigest ManifestDigest The of the to be found.
Результат System

ImplementationNotFoundException() публичный Метод

public ImplementationNotFoundException ( string message ) : System
message string
Результат System

ImplementationNotFoundException() публичный Метод

public ImplementationNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System