signalr_core/src/exceptions library
Exceptions / Errors
- AbortException
- Exception thrown when a timeout elapses.
- AggregateExceptions
- Exception thrown when multiple errors have occurred.
- DisabledTransportException
- Exception thrown when the selected transport is disabled by the browser.
- FailedToNegotiateWithServerException
- Exception thrown when the negotiation with the server failed to complete.
- FailedToStartTransportException
- Exception thrown when the selected transport is disabled by the browser.
- HttpException
- Exception thrown when an HTTP request fails.
- TimeoutException
- Exception thrown when a timeout elapses.
- UnsupportedTransportException
- Exception thrown when the selected transport is unsupported by the browser.