SequenceException Constructor

Overload List

SequenceException Initializes a new instance of the SequenceException class.
SequenceException(String) Initializes a new instance of the SequenceException class with a given error message.
SequenceException(SerializationInfo, StreamingContext) Initializes a new instance of the SequenceException class with serialized data.
SequenceException(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.

See Also