AcTools.Utils.MathException.MathException C# (CSharp) Method

MathException() public method

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