C# Class IronRuby.StandardLibrary.Yaml.ComposerException

Inheritance: YamlException
Show file Open project: ExpertsInside/IronSP

Public Methods

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

Method Details

ComposerException() public method

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

ComposerException() public method

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