Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Configuration.Provider Namespace

 

The System.Configuration.Provider namespace contains the base classes shared by both server and client applications to support a pluggable model to easily add or remove functionality.

ClassDescription
System_CAPS_pubclassProviderBase

Provides a base implementation for the extensible provider model.

System_CAPS_pubclassProviderCollection

Represents a collection of provider objects that inherit from ProviderBase.

System_CAPS_pubclassProviderException

The exception that is thrown when a configuration provider error has occurred. This exception class is also used by providers to throw exceptions when internal errors occur within the provider that do not map to other pre-existing exception classes.

Return to top
Show: