Class DeviceNotResetException
The exception that is thrown when the device has been lost, but can be reset at this time.
[DataContract]
public sealed class DeviceNotResetException : Exception, ISerializable
- Inheritance
-
DeviceNotResetException
- Implements
- Inherited Members
Constructors
DeviceNotResetException()
Initializes a new instance of the DeviceNotResetException class.
public DeviceNotResetException()
DeviceNotResetException(string)
Initializes a new instance of the DeviceNotResetException class with a specified error message.
public DeviceNotResetException(string message)
Parameters
message
stringThe message that describes the error.
DeviceNotResetException(string, Exception)
Initializes a new instance of the DeviceNotResetException with a specified error message and a reference to the inner exception that is the cause of this exception.
public DeviceNotResetException(string message, Exception inner)