C# Class withSIX.Core.YamlParseException

Inheritance: System.Exception
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
YamlParseException ( string message ) : System
YamlParseException ( string message, Exception innerException ) : System

Method Details

YamlParseException() public méthode

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

YamlParseException() public méthode

public YamlParseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System