ArithmeticException Constructor
.NET Framework (current version)
Initializes a new instance of the ArithmeticException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ArithmeticException() | Initializes a new instance of the ArithmeticException class. |
![]() | ArithmeticException(SerializationInfo^, StreamingContext) | Initializes a new instance of the ArithmeticException class with serialized data. |
![]() | ArithmeticException(String^) | Initializes a new instance of the ArithmeticException class with a specified error message. |
![]() | ArithmeticException(String^, Exception^) | Initializes a new instance of the ArithmeticException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

