C# Class FluentRandomPicker.Exceptions.PickingNegativeNumberOfValuesNotPossibleException

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

Public Methods

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

Protected Methods

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

Initializes a new instance of the PickingNegativeNumberOfValuesNotPossibleException class.

Method Details

PickingNegativeNumberOfValuesNotPossibleException() public method

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

PickingNegativeNumberOfValuesNotPossibleException() protected method

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

PickingNegativeNumberOfValuesNotPossibleException() public method

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

PickingNegativeNumberOfValuesNotPossibleException() public method

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