C# Class IronRuby.StandardLibrary.Yaml.ScannerException

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

Méthodes publiques

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

Method Details

ScannerException() public méthode

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

ScannerException() public méthode

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