C# Class System.Configuration.Provider.ProviderException

Inheritance: Exception
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
ProviderException ( ) : System.Collections.Specialized
ProviderException ( string message ) : System.Collections.Specialized
ProviderException ( string message, Exception innerException ) : System.Collections.Specialized

Méthodes protégées

Méthode Description
ProviderException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized

Method Details

ProviderException() public méthode

public ProviderException ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized

ProviderException() protected méthode

protected ProviderException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Collections.Specialized

ProviderException() public méthode

public ProviderException ( string message ) : System.Collections.Specialized
message string
Résultat System.Collections.Specialized

ProviderException() public méthode

public ProviderException ( string message, Exception innerException ) : System.Collections.Specialized
message string
innerException Exception
Résultat System.Collections.Specialized