Compartilhar via


MachineIdentityException Constructor (String, ReturnClass)

 

Initializes a new instance of the MachineIdentityException class with the specified error message and the specified error code.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public MachineIdentityException(
    string Message,
    ReturnClass ErrorCode
)
public:
MachineIdentityException(
    String^ Message,
    ReturnClass^ ErrorCode
)
Public Sub New (
    Message As String,
    ErrorCode As ReturnClass
)

Parameters

  • Message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

MachineIdentityException Overload
MachineIdentityException Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top