Thrown when there is a failure in the nonce sequencer.
More...
|
| | SequenceException (string msg) |
| | Construct an exception with a specific message.
|
| |
| | SequenceException (string msg, Exception ex) |
| | Construct an exception with a specific message and inner exception.
|
| |
Thrown when there is a failure in the nonce sequencer.
◆ SequenceException() [1/2]
| Mku.Sequence.SequenceException.SequenceException |
( |
string | msg | ) |
|
Construct an exception with a specific message.
- Parameters
-
◆ SequenceException() [2/2]
| Mku.Sequence.SequenceException.SequenceException |
( |
string | msg, |
|
|
Exception | ex ) |
Construct an exception with a specific message and inner exception.
- Parameters
-
| msg | The provided message |
| ex | The inner exception |
The documentation for this class was generated from the following file: