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
info
Type: System.Runtime.Serialization.SerializationInfoThe serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextContains contextual information about the source or destination.
See Also
SettingsProviderNotAvailableException Overload
SettingsProviderNotAvailableException Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top