SettingsProviderNotAvailableException Constructor (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.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public SettingsProviderNotAvailableException(
string message,
Exception inner
)
public:
SettingsProviderNotAvailableException(
String^ message,
Exception^ inner
)
Public Sub New (
message As String,
inner As Exception
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
inner
Type: System.ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also
SettingsProviderNotAvailableException Overload
SettingsProviderNotAvailableException Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top