Overload | Description |
---|---|
SequenceException Constructor() | An exception generated for a sequence error. |
SequenceException Constructor(Int32) | Generated exception for a sequence error with a given error number. |
SequenceException Constructor(String) | Generated exception for a sequence error with a given string. |
SequenceException Constructor(Int32,String) | Generated exception for a sequence error with a given error number and message. |
SequenceException Constructor(String,Exception) | Generated exception for a sequence error with a given message and inner exception. |