C# 클래스 Harness.Settings.SettingsLoaderException

Represents exceptions thrown by the ISettingsLoader.
상속: Exception
파일 보기 프로젝트 열기: AMCN41R/harness

공개 메소드들

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

Initializes a new instance of the SettingsLoaderException class.

SettingsLoaderException ( string message, Exception innerException ) : System

Initializes a new instance of the SettingsLoaderException class.

메소드 상세

SettingsLoaderException() 공개 메소드

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

SettingsLoaderException() 공개 메소드

Initializes a new instance of the SettingsLoaderException class.
public SettingsLoaderException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException Exception The exception that is the cause of the current exception.
리턴 System