BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.StackOverflowException.StackOverflowException C# (CSharp) Method

StackOverflowException() public method

public StackOverflowException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        public StackOverflowException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

StackOverflowException::StackOverflowException ( string message ) : System
StackOverflowException