MachineIdentityException Constructor (String, Exception, ReturnClass)
Initializes a new instance of the MachineIdentityException class with the specified error message, the specified error code, and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public MachineIdentityException(
string Message,
Exception InnerException,
ReturnClass ErrorCode
)
public:
MachineIdentityException(
String^ Message,
Exception^ InnerException,
ReturnClass^ ErrorCode
)
Public Sub New (
Message As String,
InnerException As Exception,
ErrorCode As ReturnClass
)
Parameters
Message
Type: System.StringThe error message that explains the reason for the exception.
InnerException
Type: System.ExceptionThe inner exception that is the cause of this 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