C# 클래스 System.Configuration.Provider.ProviderException

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ProviderException() 공개 메소드

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

ProviderException() 보호된 메소드

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

ProviderException() 공개 메소드

public ProviderException ( string message ) : System.Collections.Specialized
message string
리턴 System.Collections.Specialized

ProviderException() 공개 메소드

public ProviderException ( string message, Exception innerException ) : System.Collections.Specialized
message string
innerException Exception
리턴 System.Collections.Specialized