Share via


DeviceInUseException Class

Contains information about an exception raised by a CD/DVD recording application, indicating that another process is using the required recording device.

Syntax

public class DeviceInUseException : ListMakerException

Public Instance Constructors

Constructor Description
DeviceInUseException() Initializes an instance of the DeviceInUseException class.
DeviceInUseException(string) Initializes an instance of the DeviceInUseException class.
DeviceInUseException(string, Exception) Initializes an instance of the DeviceInUseException class.

Protected Instance Constructors

Constructor Description
DeviceInUseException(SerializationInfo, StreamingContext) Initializes an instance of the DeviceInUseException class.

See Also