C# Class OrbintSoft.Yauaa.Analyze.InvalidParserConfigurationException

This defines an exception that is thrown when there is a misconfiguration in the analyzer. It can be an invalid yaml definition or a problem with the builder parameters.
Inheritance: Exception
Mostra file Open project: OrbintSoft/yauaa.netstandard

Public Methods

Method Description
InvalidParserConfigurationException ( string message ) : System

Initializes a new instance of the InvalidParserConfigurationException class.

InvalidParserConfigurationException ( string message, Exception e ) : System

Initializes a new instance of the InvalidParserConfigurationException class.

Method Details

InvalidParserConfigurationException() public method

Initializes a new instance of the InvalidParserConfigurationException class.
public InvalidParserConfigurationException ( string message ) : System
message string The message.
return System

InvalidParserConfigurationException() public method

Initializes a new instance of the InvalidParserConfigurationException class.
public InvalidParserConfigurationException ( string message, Exception e ) : System
message string The message.
e Exception The inner exception.
return System