C# Class IronRuby.Builtins.RegexpError

Inheritance: SystemException
Datei anzeigen Open project: ExpertsInside/IronSP

Public Methods

Method Description
RegexpError ( ) : System
RegexpError ( string message ) : System
RegexpError ( string message, Exception inner ) : System

Protected Methods

Method Description
RegexpError ( System info, System context ) : System

Method Details

RegexpError() public method

public RegexpError ( ) : System
return System

RegexpError() protected method

protected RegexpError ( System info, System context ) : System
info System
context System
return System

RegexpError() public method

public RegexpError ( string message ) : System
message string
return System

RegexpError() public method

public RegexpError ( string message, Exception inner ) : System
message string
inner Exception
return System