System.StackOverflowException.StackOverflowException C# (CSharp) Method

StackOverflowException() public method

public StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
return System.Runtime.InteropServices
        public StackOverflowException(string message, Exception innerException) : base(message, innerException)
        {
            base.SetErrorCode(-2147023895);
        }
    }

Same methods

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