Initializes a new instance of the ArithmeticException class.
[Visual Basic] Overloads Public Sub New() [C#] public ArithmeticException(); [C++] public: ArithmeticException(); [JScript] public function ArithmeticException();
ArthmeticException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:
Property | Value |
---|---|
InnerException | null |
Message | The empty string. |
ArithmeticException Class | ArithmeticException Members | System Namespace | ArithmeticException Constructor Overload List