ExceptionContext Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ExceptionContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Error | The exception to be sent to the calling client. This will be overridden by a generic Exception unless Error is a HubException or EnableDetailedErrors is set to true. |
![]() | Result | The value to return in lieu of throwing Error. Whenever Result is set, Error will be set to null. |
Show:
