C# Class FluentRandomPicker.Exceptions.NotEnoughValuesToPickException

Inheritance: Exception
Afficher le fichier Open project: ndsvw/Fluent-Random-Picker

Méthodes publiques

Méthode Description
NotEnoughValuesToPickException ( ) : System

Initializes a new instance of the NotEnoughValuesToPickException class.

NotEnoughValuesToPickException ( string message ) : System

Initializes a new instance of the NotEnoughValuesToPickException class.

NotEnoughValuesToPickException ( string message, Exception innerException ) : System

Initializes a new instance of the NotEnoughValuesToPickException class.

Méthodes protégées

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

Initializes a new instance of the NotEnoughValuesToPickException class.

Method Details

NotEnoughValuesToPickException() public méthode

Initializes a new instance of the NotEnoughValuesToPickException class.
public NotEnoughValuesToPickException ( ) : System
Résultat System

NotEnoughValuesToPickException() protected méthode

Initializes a new instance of the NotEnoughValuesToPickException class.
protected NotEnoughValuesToPickException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo Information.
context StreamingContext The context.
Résultat System

NotEnoughValuesToPickException() public méthode

Initializes a new instance of the NotEnoughValuesToPickException class.
public NotEnoughValuesToPickException ( string message ) : System
message string A message.
Résultat System

NotEnoughValuesToPickException() public méthode

Initializes a new instance of the NotEnoughValuesToPickException class.
public NotEnoughValuesToPickException ( string message, Exception innerException ) : System
message string A message.
innerException Exception An inner exception.
Résultat System