C# Класс ZeroInstall.Commands.UnsuitableInstallBaseException

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

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

Метод Описание
UnsuitableInstallBaseException ( ) : System
UnsuitableInstallBaseException ( string message ) : System
UnsuitableInstallBaseException ( string message, Exception innerException ) : System
UnsuitableInstallBaseException ( string message, bool needsMachineWide ) : System

Creates a new unsuitable install base exception.

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

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

Deserializes an exception.

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

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

public UnsuitableInstallBaseException ( ) : System
Результат System

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

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

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

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

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

Creates a new unsuitable install base exception.
public UnsuitableInstallBaseException ( string message, bool needsMachineWide ) : System
message string A message describing why the current location in unsuitable.
needsMachineWide bool true if a machine-wide location is required; false if a user-specific location will also do.
Результат System