C# Class BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.StackOverflowException

Inheritance: BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.BaZicInterpreterException, ISerializable
Mostra file Open project: veler/BaZic

Public Methods

Method Description
StackOverflowException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
StackOverflowException ( string message ) : System

Initializes a new instance of the StackOverflowException class.

Method Details

StackOverflowException() public method

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