C# Class IronRuby.StandardLibrary.Yaml.ComposerException

Inheritance: YamlException
Afficher le fichier Open project: ExpertsInside/IronSP

Méthodes publiques

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

Method Details

ComposerException() public méthode

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

ComposerException() public méthode

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