Initializes an instance of the StackOverflowException class.
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);
StackOverflowException Class | StackOverflowException Members | System Namespace