C# 클래스 Aqueduct.Configuration.ConfigurationException

상속: System.Exception
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

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

Constructs a new ConfigurationLoaderException.

ConfigurationException ( string message, Exception innerException ) : System

Constructs a new ConfigurationLoaderException.

보호된 메소드들

메소드 설명
ConfigurationException ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

메소드 상세

ConfigurationException() 보호된 메소드

Serialization constructor.
protected ConfigurationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ConfigurationException() 공개 메소드

Constructs a new ConfigurationLoaderException.
public ConfigurationException ( string message ) : System
message string The exception message
리턴 System

ConfigurationException() 공개 메소드

Constructs a new ConfigurationLoaderException.
public ConfigurationException ( string message, Exception innerException ) : System
message string The exception message
innerException System.Exception The inner exception
리턴 System