C# Класс Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossException

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

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

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

The default constructor.

BossException ( string message ) : System

A simple contructor that sets the exception's message.

BossException ( string message, Exception inner ) : System

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

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

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

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

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

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

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

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