C# Класс Nexus.Client.ModManagement.InstallationLog.Upgraders.UpgradeException

The exception that is thrown if an error occurs during the upgrading of an install log.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
UpgradeException ( ) : System

The default constructor.

UpgradeException ( string message ) : System

A simple contructor that sets the exception's message.

UpgradeException ( string message, Exception inner ) : System

A simple constructor the sets the exception's message and inner exception.

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

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

The default constructor.
public UpgradeException ( ) : System
Результат System

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

A simple contructor that sets the exception's message.
public UpgradeException ( string message ) : System
message string The exception's message.
Результат System

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

A simple constructor the sets the exception's message and inner exception.
public UpgradeException ( string message, Exception inner ) : System
message string The exception's message.
inner System.Exception The ineer exception.
Результат System