C# 클래스 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.
상속: Exception
파일 보기 프로젝트 열기: OrbintSoft/yauaa.netstandard

공개 메소드들

메소드 설명
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.

메소드 상세

InvalidParserConfigurationException() 공개 메소드

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

InvalidParserConfigurationException() 공개 메소드

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