C# Class IronRuby.Builtins.Errno.ImproperLinkError

Inheritance: System.Runtime.InteropServices.ExternalException
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

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

Méthodes protégées

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

Method Details

ImproperLinkError() public méthode

public ImproperLinkError ( ) : System
Résultat System

ImproperLinkError() public méthode

public ImproperLinkError ( MutableString message ) : System
message MutableString
Résultat System

ImproperLinkError() protected méthode

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

ImproperLinkError() public méthode

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

ImproperLinkError() public méthode

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