C# 클래스 Dolittle.Configuration.Files.MissingParserForConfigurationFile

Exception that gets thrown when there is no parser capable of parsing the configuration file.
상속: Exception
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

메소드 설명
MissingParserForConfigurationFile ( string filename ) : System

Initializes a new instance of the MissingParserForConfigurationFile class.

메소드 상세

MissingParserForConfigurationFile() 공개 메소드

Initializes a new instance of the MissingParserForConfigurationFile class.
public MissingParserForConfigurationFile ( string filename ) : System
filename string Name of the file.
리턴 System