C# 클래스 Tup.Cobar4Net.Config.Util.ConfigException

상속: System.Exception
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net

공개 메소드들

메소드 설명
ConfigException ( ) : System
ConfigException ( Exception cause ) : System
ConfigException ( string message ) : System
ConfigException ( string message, Exception cause ) : System

메소드 상세

ConfigException() 공개 메소드

public ConfigException ( ) : System
리턴 System

ConfigException() 공개 메소드

public ConfigException ( Exception cause ) : System
cause System.Exception
리턴 System

ConfigException() 공개 메소드

public ConfigException ( string message ) : System
message string
리턴 System

ConfigException() 공개 메소드

public ConfigException ( string message, Exception cause ) : System
message string
cause System.Exception
리턴 System