Bend.Repl.ReplHandler.ReplPusher.NoServersAvailableException.NoServersAvailableException C# (CSharp) Method

NoServersAvailableException() public method

public NoServersAvailableException ( string e ) : System
e string
return System
                public NoServersAvailableException(string e)
                    : base(e)
                {
                }
ReplHandler.ReplPusher.NoServersAvailableException