C# Class IronRuby.StandardLibrary.Yaml.YamlException

Inheritance: System.Exception
Show file Open project: ExpertsInside/IronSP

Public Methods

Method Description
YamlException ( string message ) : System
YamlException ( string message, Exception inner ) : System

Method Details

YamlException() public method

public YamlException ( string message ) : System
message string
return System

YamlException() public method

public YamlException ( string message, Exception inner ) : System
message string
inner System.Exception
return System