Bend.Repl.ReplHandler.LogException.LogException C# (CSharp) Method

LogException() public method

public LogException ( String info ) : System
info String
return System
            public LogException(String info)
                : base(info)
            {
            }
ReplHandler.LogException