C# Class FluentRandomPicker.Exceptions.NotEnoughValuesToPickException

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

Public Methods

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

Protected Methods

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

Initializes a new instance of the NotEnoughValuesToPickException class.

Method Details

NotEnoughValuesToPickException() public method

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

NotEnoughValuesToPickException() protected method

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

NotEnoughValuesToPickException() public method

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

NotEnoughValuesToPickException() public method

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