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();
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. |
StackOverflowException Class | StackOverflowException Members | System Namespace | StackOverflowException Constructor Overload List