System.ArithmeticException.ArithmeticException C# (CSharp) 메소드

ArithmeticException() 공개 메소드

public ArithmeticException ( ) : System
리턴 System
        public ArithmeticException() : base("Overflow or underflow in the arithmetic operation.") {
        }

Same methods

ArithmeticException::ArithmeticException ( string message ) : System
ArithmeticException::ArithmeticException ( string message, Exception innerException ) : System
ArithmeticException