AcTools.Utils.MathException.MathException C# (CSharp) 메소드

MathException() 공개 메소드

public MathException ( string message ) : System
message string
리턴 System
        public MathException(string message)
                : base(message) { }
    }
MathException