C# Class Nexus.Client.ModRepositories.RepositoryUnavailableException

Inheritance: System.Exception
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
RepositoryUnavailableException ( ) : System

The default constructor.

RepositoryUnavailableException ( string message ) : System

A simple contructor that sets the exception's message.

RepositoryUnavailableException ( string message, Exception inner ) : System

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

Méthodes protégées

Méthode Description
RepositoryUnavailableException ( SerializationInfo info, StreamingContext context ) : System

The serializing constructor.

Method Details

RepositoryUnavailableException() public méthode

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

RepositoryUnavailableException() protected méthode

The serializing constructor.
protected RepositoryUnavailableException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info from which to deserialize the object.
context System.Runtime.Serialization.StreamingContext The context from which to deserialize.
Résultat System

RepositoryUnavailableException() public méthode

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

RepositoryUnavailableException() public méthode

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