Click or drag to resize

SequenceException Constructor

Overload List
  NameDescription
Public methodSequenceException
Initializes a new instance of the SequenceException class.
Public methodSequenceException(String)
Initializes a new instance of the SequenceException class with a given error message.
Protected methodSequenceException(SerializationInfo, StreamingContext)
Initializes a new instance of the SequenceException class with serialized data.
Public methodSequenceException(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.
Top
See Also