Microsoft.AspNetCore.SignalR.Hubs.ExceptionContext.ExceptionContext C# (CSharp) Method

ExceptionContext() public method

public ExceptionContext ( Exception error ) : System
error System.Exception
return System
        public ExceptionContext(Exception error)
        {
            Error = error;
        }
ExceptionContext