ArithmeticException Constructor
.NET Framework 2.0
Initializes a new instance of the ArithmeticException class.
| Name | Description |
|---|---|
| ArithmeticException () | Initializes a new instance of the ArithmeticException class. Supported by the .NET Compact Framework. |
| ArithmeticException (String) | Initializes a new instance of the ArithmeticException class with a specified error message. Supported by the .NET Compact Framework. |
| ArithmeticException (SerializationInfo, StreamingContext) | Initializes a new instance of the ArithmeticException class with serialized data. |
| 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. Supported by the .NET Compact Framework. |