SequenceException Constructor (String) | 
 
            Initializes a new instance of the 
SequenceException class
            with a given error message. 
            
 
    Namespace: 
   MoreLinq
    Assembly:
   MoreLinq (in MoreLinq.dll) Version: 2.4.0
Syntaxpublic SequenceException(
	string message
)
Public Sub New ( 
	message As String
)
public:
SequenceException(
	String^ message
)
new : 
        message : string -> SequenceExceptionParameters
- message
 - Type: SystemString
A message that describes the error. 
See Also