C# Class SimpleC.Excecution.StackOverflowException

Inheritance: System.Exception
Afficher le fichier Open project: nrother/simple-c

Méthodes publiques

Méthode Description
StackOverflowException ( ) : System
StackOverflowException ( string message ) : System
StackOverflowException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

StackOverflowException() public méthode

public StackOverflowException ( ) : System
Résultat System

StackOverflowException() protected méthode

protected StackOverflowException ( System info, System context ) : System
info System
context System
Résultat System

StackOverflowException() public méthode

public StackOverflowException ( string message ) : System
message string
Résultat System

StackOverflowException() public méthode

public StackOverflowException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System