C# Класс FluentRandomPicker.Exceptions.NotEnoughValuesToPickException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
NotEnoughValuesToPickException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the NotEnoughValuesToPickException class.

Описание методов

NotEnoughValuesToPickException() публичный Метод

Initializes a new instance of the NotEnoughValuesToPickException class.
public NotEnoughValuesToPickException ( ) : System
Результат System

NotEnoughValuesToPickException() защищенный Метод

Initializes a new instance of the NotEnoughValuesToPickException class.
protected NotEnoughValuesToPickException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo Information.
context StreamingContext The context.
Результат System

NotEnoughValuesToPickException() публичный Метод

Initializes a new instance of the NotEnoughValuesToPickException class.
public NotEnoughValuesToPickException ( string message ) : System
message string A message.
Результат System

NotEnoughValuesToPickException() публичный Метод

Initializes a new instance of the NotEnoughValuesToPickException class.
public NotEnoughValuesToPickException ( string message, Exception innerException ) : System
message string A message.
innerException Exception An inner exception.
Результат System