C# Class IronRuby.StandardLibrary.Iconv.Iconv.InvalidCharacter

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
Factory ( RubyClass self, object arg1, object arg2, object arg3 ) : InvalidCharacter

Method Details

InvalidCharacter() public méthode

public InvalidCharacter ( ) : System
Résultat System

InvalidCharacter() protected méthode

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

InvalidCharacter() public méthode

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

InvalidCharacter() public méthode

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