C# Class IronRuby.StandardLibrary.Yaml.YamlException

Inheritance: System.Exception
Afficher le fichier Open project: ExpertsInside/IronSP

Méthodes publiques

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

Method Details

YamlException() public méthode

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

YamlException() public méthode

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