Share via


DeviceIdDoesNotExistException Constructor

 

Initializes a new instance of the DeviceIdDoesNotExistException class.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Overload List

Name Description
System_CAPS_pubmethod DeviceIdDoesNotExistException()

Initializes a new instance of the DeviceIdDoesNotExistException class.

System_CAPS_protmethod DeviceIdDoesNotExistException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod DeviceIdDoesNotExistException(String)

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

System_CAPS_pubmethod DeviceIdDoesNotExistException(String, Exception)

Initializes a new instance of the DeviceIdDoesNotExistException class with the specified error message and a reference to the inner exception that is the cause of this exception.

See Also

DeviceIdDoesNotExistException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top