DeviceTypeMismatchedException Constructor (String)
Initializes a new instance of the DeviceTypeMismatchedException class with the specified message.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public DeviceTypeMismatchedException(
string message
)
public:
DeviceTypeMismatchedException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
See Also
DeviceTypeMismatchedException Overload
DeviceTypeMismatchedException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top