Share via


DevicesProviderException Constructor (String, Exception)

 

Initializes a new instance of the DevicesProviderException class with the specified error message and a reference to the inner exception that is the cause of this exception.

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

Syntax

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

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • inner
    Type: System.Exception

    The inner exception that is the cause of this exception.

See Also

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

Return to top