TooManyProvidersException Constructor
Initializes a new instance of the TooManyProvidersException class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Overload List
Name | Description | |
---|---|---|
TooManyProvidersException() | Initializes a new instance of the TooManyProvidersException class. |
|
TooManyProvidersException(SerializationInfo, StreamingContext) | Initializes a new instance of the TooManyProvidersException class with the specified serialized data. |
|
TooManyProvidersException(String) | Initializes a new instance of the TooManyProvidersException class with the specified message. |
|
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