NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArithmeticException Constructor

Initializes a new instance of the ArithmeticException class.

Overload List

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);

See Also

ArithmeticException Class | ArithmeticException Members | System Namespace