C# Class IronRuby.Builtins.SignalException

Inheritance: System.Exception
Datei anzeigen Open project: jschementi/iron

Public Methods

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

Protected Methods

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

Method Details

SignalException() public method

public SignalException ( ) : System
return System

SignalException() protected method

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

SignalException() public method

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

SignalException() public method

public SignalException ( string message, Exception inner ) : System
message string
inner System.Exception
return System