C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.ParserException

The exception that is thrown if there is a problem parsing a config file.
Наследование: System.Exception
Показать файл Открыть проект

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

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

The default constructor.

ParserException ( string message ) : System

A simple contructor that sets the exception's message.

ParserException ( string message, Exception inner ) : System

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

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

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

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

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

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

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

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