C# Class IronRuby.Builtins.SignalException

Inheritance: System.Exception
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

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

Méthodes protégées

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

Method Details

SignalException() public méthode

public SignalException ( ) : System
Résultat System

SignalException() protected méthode

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

SignalException() public méthode

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

SignalException() public méthode

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