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