WrongMediaTypeException Class

Contains information about an exception raised by a CD/DVD recording application, indicating that the application does not support the specified type of recording medium.

Syntax

public class WrongMediaTypeException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also