C# Class IronRuby.StandardLibrary.Yaml.RepresenterException

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

Méthodes publiques

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

Method Details

RepresenterException() public méthode

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

RepresenterException() public méthode

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