NoMediaException Class

Contains information about an exception raised by a CD/DVD recording application, indicating that the recording device contains no recording medium.

Syntax

public class NoMediaException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also