Microsoft.AspNetCore.SignalR.HubException.HubException C# (CSharp) Method

HubException() public method

public HubException ( ) : System
return System
        public HubException() { }
        public HubException(string message) : base(message) { }

Same methods

HubException::HubException ( string message ) : System
HubException::HubException ( string message, object errorData ) : System
HubException