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 with default properties.

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

Remarks

StackOverflowException inherits from the Exception class. This constructor sets the properties of the StackOverflowException object as follows:

Property Type Condition
InnerException null
Message The empty string.

See Also

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