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