Partager via


ProviderRegistryNotAvailableException Constructor (SerializationInfo, StreamingContext)

 

Creates a new instance of the ProviderRegistryNotAvailableException object with serialized data.

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

Syntax

protected ProviderRegistryNotAvailableException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ProviderRegistryNotAvailableException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

ProviderRegistryNotAvailableException Overload
ProviderRegistryNotAvailableException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top