Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the TooManyProvidersException class with the specified serialized data.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
protected TooManyProvidersException(
    SerializationInfo info,
    StreamingContext context
)
protected:
TooManyProvidersException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)
Parameters
- info 
 Type: System.Runtime.Serialization.SerializationInfo- The SerializationInfo object that contains the serialized information for the exception. 
- context 
 Type: System.Runtime.Serialization.StreamingContext- The StreamingContext object that contains the context information for the exception. 
See Also
TooManyProvidersException Overload
TooManyProvidersException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top