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 Class

Represents the exception that is thrown when there is a stack overflow violation.

Object
   Exception
      SystemException
         CoreException
            StackOverflowException

[Visual Basic]
NotInheritable Public Class StackOverflowException
   Inherits CoreException
[C#]
public sealed class StackOverflowException : CoreException
[C++]
public __gc __sealed class StackOverflowException : public
   CoreException
[JScript]
public class StackOverflowException extends CoreException

Remarks

The StackOverflowException is the exception class that are thrown for stock overflow errors. (For more informatin, see Stack, StackFrame, and StackTrace.)

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

StackOverflowException Members | System Namespace