C# Class IronRuby.StandardLibrary.Yaml.SerializerException

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

Méthodes publiques

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

Method Details

SerializerException() public méthode

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

SerializerException() public méthode

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