MachineIdentityException Constructor
Initializes a new instance of the MachineIdentityException class.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
MachineIdentityException() | Initializes a new instance of the MachineIdentityException class. |
|
MachineIdentityException(SerializationInfo, StreamingContext) | Initializes a new instance of the MachineIdentityException class with the specified serialization data. |
|
MachineIdentityException(String) | Initializes a new instance of the MachineIdentityException class with the specified message. |
|
MachineIdentityException(String, Exception) | Initializes a new instance of the MachineIdentityException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
|
MachineIdentityException(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. |
|
MachineIdentityException(String, ReturnClass) | Initializes a new instance of the MachineIdentityException class with the specified error message and the specified error code. |
See Also
MachineIdentityException Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top