C# 클래스 Whalin.Caching.Configuration.ConfigurationElementException

상속: System.Configuration.ConfigurationErrorsException
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

공개 메소드들

메소드 설명
ConfigurationElementException ( string message, ConfigurationElement element ) : System
ConfigurationElementException ( string message, Exception inner, ConfigurationElement element ) : System

메소드 상세

ConfigurationElementException() 공개 메소드

public ConfigurationElementException ( string message, ConfigurationElement element ) : System
message string
element System.Configuration.ConfigurationElement
리턴 System

ConfigurationElementException() 공개 메소드

public ConfigurationElementException ( string message, Exception inner, ConfigurationElement element ) : System
message string
inner System.Exception
element System.Configuration.ConfigurationElement
리턴 System