C# Класс FP.Validation.EmptyEnumerableException

Thrown by the methods which require their argument to be non-empty when called on an empty sequence.
Наследование: System.ArgumentException
Показать файл Открыть проект

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

Метод Описание
EmptyEnumerableException ( ) : System

Initializes a new instance of the EmptyEnumerableException class.

EmptyEnumerableException ( string paramName ) : System

Initializes a new instance of the EmptyEnumerableException class.

EmptyEnumerableException ( string message, Exception innerException ) : System

Initializes a new instance of the EmptyEnumerableException class.

EmptyEnumerableException ( string message, string paramName ) : System

Initializes a new instance of the EmptyEnumerableException class.

EmptyEnumerableException ( string message, string paramName, Exception innerException ) : System

Initializes a new instance of the EmptyEnumerableException class.

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

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

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

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

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

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

protected EmptyEnumerableException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

Initializes a new instance of the EmptyEnumerableException class.
public EmptyEnumerableException ( string paramName ) : System
paramName string The name of the parameter.
Результат System

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

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

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

Initializes a new instance of the EmptyEnumerableException class.
public EmptyEnumerableException ( string message, string paramName ) : System
message string The message.
paramName string Name of the param.
Результат System

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

Initializes a new instance of the EmptyEnumerableException class.
public EmptyEnumerableException ( string message, string paramName, Exception innerException ) : System
message string The message.
paramName string Name of the param.
innerException System.Exception The inner exception.
Результат System