DeviceIdDoesNotExistException Constructor
Initializes a new instance of the DeviceIdDoesNotExistException class.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Overload List
Name | Description | |
---|---|---|
DeviceIdDoesNotExistException() | Initializes a new instance of the DeviceIdDoesNotExistException class. |
|
DeviceIdDoesNotExistException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeviceIdDoesNotExistException class with the specified serialization data. |
|
DeviceIdDoesNotExistException(String) | Initializes a new instance of the DeviceIdDoesNotExistException class with the specified message. |
|
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