C# Class Nexus.Client.PluginManagement.UI.InvalidImportSourceException

The exception that is thrown when a load order import source is invalid.
Inheritance: System.Exception
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
InvalidImportSourceException ( string message ) : System

Initializes a new instance of the InvalidImportSourceException class with the given message.

InvalidImportSourceException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidImportSourceException class with the given message and inner exception.

Method Details

InvalidImportSourceException() public méthode

Initializes a new instance of the InvalidImportSourceException class with the given message.
public InvalidImportSourceException ( string message ) : System
message string The message that describes the error.
Résultat System

InvalidImportSourceException() public méthode

Initializes a new instance of the InvalidImportSourceException class with the given message and inner exception.
public InvalidImportSourceException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException System.Exception The exception that is the cause of the current exception.
Résultat System