C# 클래스 System.Configuration.SettingsPropertyNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
SettingsPropertyNotFoundException ( ) : System.Collections.Specialized
SettingsPropertyNotFoundException ( String message ) : System.Collections.Specialized
SettingsPropertyNotFoundException ( String message, Exception innerException ) : System.Collections.Specialized

보호된 메소드들

메소드 설명
SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized

메소드 상세

SettingsPropertyNotFoundException() 공개 메소드

public SettingsPropertyNotFoundException ( ) : System.Collections.Specialized
리턴 System.Collections.Specialized

SettingsPropertyNotFoundException() 보호된 메소드

protected SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Collections.Specialized

SettingsPropertyNotFoundException() 공개 메소드

public SettingsPropertyNotFoundException ( String message ) : System.Collections.Specialized
message String
리턴 System.Collections.Specialized

SettingsPropertyNotFoundException() 공개 메소드

public SettingsPropertyNotFoundException ( String message, Exception innerException ) : System.Collections.Specialized
message String
innerException System.Exception
리턴 System.Collections.Specialized