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

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

Méthodes publiques

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

Method Details

IncompatiblePackageException() public méthode

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

IncompatiblePackageException() public méthode

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