C# Класс Nexus.Client.Games.Gamebryo.PluginManagement.Sorter.SorterException

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

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

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

The default constructor.

SorterException ( string message ) : System

A simple contructor that sets the exception's message.

SorterException ( string message, Exception inner ) : System

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

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

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

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

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

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

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

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