C# Class IronRuby.Builtins.RegexpError

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

RegexpError() public méthode

public RegexpError ( ) : System
Résultat System

RegexpError() protected méthode

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

RegexpError() public méthode

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

RegexpError() public méthode

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