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!

OverflowException Constructor

Initializes an instance of the OverflowException class.

Overload List

Initializes an instance of the OverflowException class with default properties.

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

Initializes an instance of OverflowException with a specified message.

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

Initializes an instance of OverflowException 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 OverflowException(String, Exception);
[C++] public: OverflowException(String*, Exception);
[JScript] public function OverflowException(String, Exception);

See Also

OverflowException Class | OverflowException Members | System Namespace