C# Class ZeroInstall.Commands.UnsuitableInstallBaseException

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

Public Methods

Method Description
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.

Private Methods

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

Deserializes an exception.

Method Details

UnsuitableInstallBaseException() public method

public UnsuitableInstallBaseException ( ) : System
return System

UnsuitableInstallBaseException() public method

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

UnsuitableInstallBaseException() public method

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

UnsuitableInstallBaseException() public method

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.
return System