C# Class FluentRandomPicker.Exceptions.NumberOfValuesDoesNotMatchNumberOfPrioritiesException

Inheritance: Exception
ファイルを表示 Open project: ndsvw/Fluent-Random-Picker

Public Methods

Method 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.

Protected Methods

Method Description
NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

Method Details

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() public method

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.
public NumberOfValuesDoesNotMatchNumberOfPrioritiesException ( ) : System
return System

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() protected method

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

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() public method

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

NumberOfValuesDoesNotMatchNumberOfPrioritiesException() public method

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