C# 클래스 System.Configuration.SettingsPropertyWrongTypeException

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

SettingsPropertyWrongTypeException() 공개 메소드

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

SettingsPropertyWrongTypeException() 보호된 메소드

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

SettingsPropertyWrongTypeException() 공개 메소드

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

SettingsPropertyWrongTypeException() 공개 메소드

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