C# Class IronRuby.StandardLibrary.Yaml.SerializerException

Inheritance: YamlException
Show file Open project: ExpertsInside/IronSP

Public Methods

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

Method Details

SerializerException() public method

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

SerializerException() public method

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