SignalRError Properties

.NET Framework 4.5

The SignalRError type exposes the following members.

  NameDescription
Public property Exception The unwrapped underlying exception.
Public property ResponseBody The response body of the error, if it was a WebException and the response is readable.
Public property StatusCode The status code of the error (if it was a WebException).
Top
Show: