IWebSocket::OnError Property

.NET Framework 4.5

Invoked when there is an error

Namespace:  Microsoft.AspNet.SignalR.Hosting
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

property Action<Exception^>^ OnError {
	Action<Exception^>^ get ();
	void set (Action<Exception^>^ value);
}

Property Value

Type: System::Action<Exception>
Show: