Partager via


SettingsProviderNotAvailableException Constructor (SerializationInfo, StreamingContext)

 

Creates a new instance of the SettingsProviderNotAvailableException object, with serialized data.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

Syntax

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

Parameters

See Also

SettingsProviderNotAvailableException Overload
SettingsProviderNotAvailableException Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top