Class DeviceNotResetException
[DataContract]
public sealed class DeviceNotResetException : Exception, ISerializable
- Inheritance
-
DeviceNotResetException
- Implements
- Inherited Members
Constructors
DeviceNotResetException()
public DeviceNotResetException()
DeviceNotResetException(string)
public DeviceNotResetException(string message)
Parameters
message
string
DeviceNotResetException(string, Exception)
public DeviceNotResetException(string message, Exception inner)