System.StackOverflowException.StackOverflowException C# (CSharp) Method

StackOverflowException() private method

private StackOverflowException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return System.Runtime.InteropServices
        internal StackOverflowException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

StackOverflowException::StackOverflowException ( ) : System.Runtime.InteropServices
StackOverflowException::StackOverflowException ( string message ) : System.Runtime.InteropServices
StackOverflowException::StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices
StackOverflowException