C# 클래스 Harness.Settings.SettingsBuilderException

Represents errors thrown by the SettingsBuilder class and its extensions.
상속: Exception
파일 보기 프로젝트 열기: AMCN41R/harness

공개 메소드들

메소드 설명
SettingsBuilderException ( string message ) : System

Initializes a new instance of the SettingsBuilderException class.

메소드 상세

SettingsBuilderException() 공개 메소드

Initializes a new instance of the SettingsBuilderException class.
public SettingsBuilderException ( string message ) : System
message string The message that describes the error.
리턴 System