C# Class IronRuby.Builtins.SystemStackError

Inheritance: SystemException
Afficher le fichier Open project: ExpertsInside/IronSP

Méthodes publiques

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

Méthodes protégées

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

Method Details

SystemStackError() public méthode

public SystemStackError ( ) : System
Résultat System

SystemStackError() protected méthode

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

SystemStackError() public méthode

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

SystemStackError() public méthode

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