Microsoft.AspNet.SignalR.Client.SignalRError.SignalRError C# (CSharp) Method

SignalRError() public method

Create custom SignalR based error.
public SignalRError ( Exception exception ) : System
exception System.Exception The exception to unwrap
return System
        public SignalRError(Exception exception)
        {
            Exception = exception;
        }