C# Class withSIX.Core.YamlParseException

Inheritance: System.Exception
Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
YamlParseException ( string message ) : System
YamlParseException ( string message, Exception innerException ) : System

Method Details

YamlParseException() public method

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

YamlParseException() public method

public YamlParseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System