Share via


DevicesProviderException Constructor (String)

 

Initializes a new instance of the DevicesProviderException class with the specified message.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public DevicesProviderException(
    string message
)
public:
DevicesProviderException(
    String^ message
)
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

DevicesProviderException Overload
DevicesProviderException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top