C# Class System.Configuration.Provider.ProviderException

Inheritance: Exception
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ProviderException ( ) : System.Collections.Specialized
ProviderException ( string message ) : System.Collections.Specialized
ProviderException ( string message, Exception innerException ) : System.Collections.Specialized

Protected Methods

Method Description
ProviderException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized

Method Details

ProviderException() public method

public ProviderException ( ) : System.Collections.Specialized
return System.Collections.Specialized

ProviderException() protected method

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

ProviderException() public method

public ProviderException ( string message ) : System.Collections.Specialized
message string
return System.Collections.Specialized

ProviderException() public method

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