C# Class FluentRandomPicker.Exceptions.PickingNegativeNumberOfValuesNotPossibleException

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

Méthodes publiques

Méthode Description
PickingNegativeNumberOfValuesNotPossibleException ( ) : System

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

PickingNegativeNumberOfValuesNotPossibleException ( string message ) : System

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

PickingNegativeNumberOfValuesNotPossibleException ( string message, Exception innerException ) : System

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

Méthodes protégées

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

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

Method Details

PickingNegativeNumberOfValuesNotPossibleException() public méthode

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

PickingNegativeNumberOfValuesNotPossibleException() protected méthode

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

PickingNegativeNumberOfValuesNotPossibleException() public méthode

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

PickingNegativeNumberOfValuesNotPossibleException() public méthode

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