Partager via


TooManyProvidersException Constructor

 

Initializes a new instance of the TooManyProvidersException class.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Overload List

Name Description
System_CAPS_pubmethod TooManyProvidersException()

Initializes a new instance of the TooManyProvidersException class.

System_CAPS_protmethod TooManyProvidersException(SerializationInfo, StreamingContext)

Initializes a new instance of the TooManyProvidersException class with the specified serialized data.

System_CAPS_pubmethod TooManyProvidersException(String)

Initializes a new instance of the TooManyProvidersException class with the specified message.

System_CAPS_pubmethod TooManyProvidersException(String, Exception)

Initializes a new instance of the TooManyProvidersException class with the specified error message and a reference to the inner exception that is the cause of this exception.

See Also

TooManyProvidersException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top