C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.UnsupportedScriptFeatureException

The exception that is thrown if a feature of an XML Script cannot be unparsed to the target script version.
Наследование: System.Exception
Показать файл Открыть проект

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

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

The default constructor.

UnsupportedScriptFeatureException ( string message ) : System

A simple contructor that sets the exception's message.

UnsupportedScriptFeatureException ( string message, Exception inner ) : System

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

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

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

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

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

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

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

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