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