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

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

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

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

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

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

Initializes a new instance of the NumberOfValuesDoesNotMatchNumberOfPrioritiesException class.

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

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

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

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

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

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

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

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

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