MoreLinq
SequenceException Constructor (message, innerException)
NamespacesMoreLinqSequenceExceptionSequenceException(String, Exception)
Initializes a new instance of the SequenceException class with a given error message and a reference to the inner exception that is the cause of the exception.
Declaration Syntax
C#Visual BasicVisual C++
public SequenceException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
SequenceException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
A message that describes the error.
innerException (Exception)
The exception that is the cause of the current exception.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)