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.

[Visual Basic]
Overloads Public Sub New()
[C#]
public ArithmeticException();
[C++]
public: ArithmeticException();
[JScript]
public function ArithmeticException();

Remarks

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.

See Also

ArithmeticException Class | ArithmeticException Members | System Namespace | ArithmeticException Constructor Overload List