C# Класс Nexus.Client.Mods.ModFormatException

The exception that is thrown if a file is not compatible with a specific mod format.
Наследование: System.Exception
Показать файл Открыть проект

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

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

The default constructor.

ModFormatException ( IModFormat p_mftFormat ) : System

A simple contructor that sets the exception's message.

ModFormatException ( IModFormat p_mftFormat, Exception inner ) : System

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

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

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

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

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

A simple contructor that sets the exception's message.
public ModFormatException ( IModFormat p_mftFormat ) : System
p_mftFormat IModFormat The expected mod format.
Результат System

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

A simple constructor the sets the exception's message and inner exception.
public ModFormatException ( IModFormat p_mftFormat, Exception inner ) : System
p_mftFormat IModFormat The expected mod format.
inner System.Exception The ineer exception.
Результат System