System.ArithmeticException.ArithmeticException C# (CSharp) Method

ArithmeticException() public method

public ArithmeticException ( ) : System
return 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