C# Class Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.ParserException

The exception that is thrown if there is a problem parsing a config file.
Inheritance: System.Exception
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
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.

Method Details

ParserException() public méthode

The default constructor.
public ParserException ( ) : System
Résultat System

ParserException() public méthode

A simple contructor that sets the exception's message.
public ParserException ( string message ) : System
message string The exception's message.
Résultat System

ParserException() public méthode

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.
Résultat System