C# Class Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossException

The exception that is thrown if an error occurs with BOSS.
Inheritance: System.Exception
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
BossException ( ) : System

The default constructor.

BossException ( string message ) : System

A simple contructor that sets the exception's message.

BossException ( string message, Exception inner ) : System

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

Method Details

BossException() public méthode

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

BossException() public méthode

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

BossException() public méthode

A simple constructor the sets the exception's message and inner exception.
public BossException ( string message, Exception inner ) : System
message string The exception's message.
inner System.Exception The ineer exception.
Résultat System