Microsoft.AspNet.SignalR.Client.SignalRError.SignalRError C# (CSharp) 메소드

SignalRError() 공개 메소드

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