C# Class Orc.NuGetExplorer.Management.Exceptions.IncompatiblePackageException

Inheritance: ProjectInstallException
Mostra file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
IncompatiblePackageException ( string message ) : System
IncompatiblePackageException ( string message, Exception innerException ) : System

Method Details

IncompatiblePackageException() public method

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

IncompatiblePackageException() public method

public IncompatiblePackageException ( string message, Exception innerException ) : System
message string
innerException Exception
return System