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

Inheritance: ProjectInstallException
显示文件 Open project: WildGums/Orc.NuGetExplorer

Public Methods

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

Method Details

MissingPackageException() public method

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

MissingPackageException() public method

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