Connection.IConnection.OnError Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Private Sub OnError ( _
error As Exception _
) Implements IConnection.OnError
'Usage
Dim instance As Connection
Dim error As Exception
CType(instance, IConnection).OnError(error)
void IConnection.OnError(
Exception error
)
private:
virtual void OnError(
Exception^ error
) sealed = IConnection::OnError
private abstract OnError :
error:Exception -> unit
private override OnError :
error:Exception -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- error
Type: System.Exception
Implements
IConnection.OnError(Exception)