System.ArithmeticException.ArithmeticException C# (CSharp) Метод

ArithmeticException() публичный Метод

public ArithmeticException ( string message ) : System
message string
Результат System
        public ArithmeticException(string message) : base(message) {
        }

Same methods

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