Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.Collections.EmptySequenceException Class Reference

An exception thrown by methods or properties that require a non-empty sequence but were provided with an empty sequence. More...


Source file:
Inheritance diagram for Loyc.Collections.EmptySequenceException:

Remarks

An exception thrown by methods or properties that require a non-empty sequence but were provided with an empty sequence.

Public Member Functions

 EmptySequenceException (string?msg)
 
 EmptySequenceException (string msg, Exception innerException)