DeviceTypeMismatchedException Constructor
Initializes a new instance of the DeviceTypeMismatchedException class.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Overload List
Name | Description | |
---|---|---|
DeviceTypeMismatchedException() | Initializes a new instance of the DeviceTypeMismatchedException class. |
|
DeviceTypeMismatchedException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeviceTypeMismatchedException class with the specified serialization data. |
|
DeviceTypeMismatchedException(String) | Initializes a new instance of the DeviceTypeMismatchedException class with the specified message. |
|
DeviceTypeMismatchedException(String, Exception) | Initializes a new instance of the DeviceTypeMismatchedException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
See Also
DeviceTypeMismatchedException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top