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

Inheritance: BaZic.Runtime.BaZic.Runtime.Debugger.Exceptions.BaZicInterpreterException, ISerializable
Afficher le fichier Open project: veler/BaZic

Méthodes publiques

Méthode Description
StackOverflowException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
StackOverflowException ( string message ) : System

Initializes a new instance of the StackOverflowException class.

Method Details

StackOverflowException() public méthode

public StackOverflowException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System