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!

StackOverflowException Constructor

Initializes an instance of the StackOverflowException class.

Overload List

Initializes an instance of the StackOverflowException with default properties.

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

Initializes an instance of StackOverflowException with a specified message.

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

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

See Also

StackOverflowException Class | StackOverflowException Members | System Namespace