Partager via


SettingsProviderNotAvailableException Constructor

 

Creates a new instance of the SettingsProviderNotAvailableException object.

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

Overload List

Name Description
System_CAPS_pubmethod SettingsProviderNotAvailableException()

Creates a new instance of the SettingsProviderNotAvailableException object.

System_CAPS_protmethod SettingsProviderNotAvailableException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod SettingsProviderNotAvailableException(String)

Creates a new instance of the SettingsProviderNotAvailableException object with a specified error message.

System_CAPS_pubmethod SettingsProviderNotAvailableException(String, Exception)

Creates a new instance of the SettingsProviderNotAvailableException object, with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also

SettingsProviderNotAvailableException Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top