C# 클래스 System.Configuration.SettingsPropertyIsReadOnlyException

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

SettingsPropertyIsReadOnlyException() 공개 메소드

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

SettingsPropertyIsReadOnlyException() 보호된 메소드

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

SettingsPropertyIsReadOnlyException() 공개 메소드

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

SettingsPropertyIsReadOnlyException() 공개 메소드

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