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.StringThe error message that explains the reason for the exception.
ErrorCode
Type: Microsoft.WindowsServerSolutions.Devices.Identity.ReturnClassThe ReturnClass object that contains the error code.
See Also
MachineIdentityException Overload
MachineIdentityException Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top