Accusoft.ISISXpressSdk Namespace > SequenceException Class : SequenceException Constructor |
Overload | Description |
---|---|
SequenceException Constructor() | The main constructor for the SequenceException class to throw when there is a sequence problem. |
SequenceException Constructor(Int32) | A SequenceException which allows passing in an error number. |
SequenceException Constructor(String) | A SequenceException which allows passing in an error message. |
SequenceException Constructor(Int32,String) | A SequenceException which allows passing in an error number and an error message. |
SequenceException Constructor(String,Exception) | A SequenceException which allows passing in an error message and an inner exception. |