Compartilhar via


MachineIdentityException Constructor

 

Initializes a new instance of the MachineIdentityException class.

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

Overload List

Name Description
System_CAPS_pubmethod MachineIdentityException()

Initializes a new instance of the MachineIdentityException class.

System_CAPS_protmethod MachineIdentityException(SerializationInfo, StreamingContext)

Initializes a new instance of the MachineIdentityException class with the specified serialization data.

System_CAPS_pubmethod MachineIdentityException(String)

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

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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