ProviderRegistryNotAvailableException Constructor (String, Exception)
Creates a new instance of the ServiceLinkManager object with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public ProviderRegistryNotAvailableException(
string message,
Exception innerException
)
public:
ProviderRegistryNotAvailableException(
String^ message,
Exception^ innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
innerException
Type: System.ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also
ProviderRegistryNotAvailableException Overload
ProviderRegistryNotAvailableException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top