Initializes a new instance of the ArithmeticException class.
Initializes a new instance of the ArithmeticException class.
[Visual Basic] Overloads Public Sub New()
[C#] public ArithmeticException();
[C++] public: ArithmeticException();
[JScript] public function ArithmeticException();
Initializes a new instance of the ArithmeticException class with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public ArithmeticException(String);
[C++] public: ArithmeticException(String*);
[JScript] public function ArithmeticException(String);
Initializes a new instance of the ArithmeticException class with a specified message and the exception that is the root cause of this exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public ArithmeticException(String, Exception);
[C++] public: ArithmeticException(String*, Exception);
[JScript] public function ArithmeticException(String, Exception);
ArithmeticException Class | ArithmeticException Members | System Namespace