System.ArithmeticException.ArithmeticException C# (CSharp) Method

ArithmeticException() public method

public ArithmeticException ( string message ) : System
message string
return System
        public ArithmeticException(string message) : base(message) {
        }

Same methods

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