C# Class IronRuby.StandardLibrary.Yaml.ConstructorException

Inheritance: YamlException
Show file Open project: ExpertsInside/IronSP

Public Methods

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

Method Details

ConstructorException() public method

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

ConstructorException() public method

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