C# Класс Orc.NuGetExplorer.Management.Exceptions.IncompatiblePackageException

Наследование: ProjectInstallException
Показать файл Открыть проект

Открытые методы

Метод Описание
IncompatiblePackageException ( string message ) : System
IncompatiblePackageException ( string message, Exception innerException ) : System

Описание методов

IncompatiblePackageException() публичный Метод

public IncompatiblePackageException ( string message ) : System
message string
Результат System

IncompatiblePackageException() публичный Метод

public IncompatiblePackageException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System