NotAuthorizedException Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
Top
Represents an exception that is thrown when a client is not authorized to connect to a hub.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The NotAuthorizedException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | NotAuthorizedException() | Initializes a new instance of the NotAuthorizedException class. |
![]() | NotAuthorizedException(String) | Initializes a new instance of the NotAuthorizedException class with error message. |
![]() | NotAuthorizedException(SerializationInfo, StreamingContext) | Initializes a new instance of the NotAuthorizedException class with serialized data. |
![]() | NotAuthorizedException(String, Exception) | Initializes a new instance of the NotAuthorizedException class with error message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Security Critical. (Inherited from Exception.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | GetError | Simplifies error recognition by unwrapping complex exceptions. (Defined by ErrorExtensions.) |
Show:

