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

Inheritance: ProjectInstallException
Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode Description
MissingPackageException ( string message ) : System
MissingPackageException ( string message, Exception innerException ) : System

Method Details

MissingPackageException() public méthode

public MissingPackageException ( string message ) : System
message string
Résultat System

MissingPackageException() public méthode

public MissingPackageException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System