SettingsProviderNotAvailableException Constructor
Creates a new instance of the SettingsProviderNotAvailableException object.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
SettingsProviderNotAvailableException() | Creates a new instance of the SettingsProviderNotAvailableException object. |
|
SettingsProviderNotAvailableException(SerializationInfo, StreamingContext) | Creates a new instance of the SettingsProviderNotAvailableException object, with serialized data. |
|
SettingsProviderNotAvailableException(String) | Creates a new instance of the SettingsProviderNotAvailableException object with a specified error message. |
|
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