C# Class FluentRandomPicker.Exceptions.NumberOfValuesDoesNotMatchNumberOfPrioritiesException

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

Méthodes publiques

Méthode Description
NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( string message ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( string message, Exception innerException ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

Méthodes protégées

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

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

Method Details

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() public méthode

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

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() protected méthode

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

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() public méthode

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

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() public méthode

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