DevicesProviderNotAvailableException Constructor (String)
Initializes a new instance of the DevicesProviderNotAvailableException class with the specified message.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public DevicesProviderNotAvailableException(
string message
)
public:
DevicesProviderNotAvailableException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
See Also
DevicesProviderNotAvailableException Overload
DevicesProviderNotAvailableException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top