ErrorExtensions Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.ErrorExtensions
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ErrorExtensions
'Usage
public static class ErrorExtensions
[ExtensionAttribute]
public ref class ErrorExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ErrorExtensions = class end
public final class ErrorExtensions
The ErrorExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetError | Simplifies error recognition by unwrapping complex exceptions. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.