EmptySequenceException Constructor

Overload List

EmptySequenceExceptionInitializes an exception with the default message.
EmptySequenceException(String)Initializes an exception with a given message.
EmptySequenceException(String, Exception)Initializes an exception with a given message and inner exception.

See Also