Dashing.Console.CatchyException.CatchyException C# (CSharp) Method

CatchyException() public method

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