This topic has not yet been rated - Rate this topic

ArithmeticException Constructor

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.