System.StackOverflowException.StackOverflowException C# (CSharp) Method

StackOverflowException() public method

public StackOverflowException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
        public StackOverflowException() : base(Environment.GetResourceString("Arg_StackOverflowException"))
        {
            base.SetErrorCode(-2147023895);
        }

Same methods

StackOverflowException::StackOverflowException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
StackOverflowException::StackOverflowException ( string message ) : System.Runtime.InteropServices
StackOverflowException::StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices
StackOverflowException