Constructor CommandInterruptedException
CommandInterruptedException(string, CentrifugeCloseCode)
This exception is thrown when the connection is lost or dropped during a command execution (i.e. subscription, unsubscription, etc.).
Declaration
public CommandInterruptedException(string reason, CentrifugeCloseCode code)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reason | |
| CentrifugeCloseCode | code |