Share via


FitToDiscException Class

Contains information about an exception raised by a CD/DVD recording application, indicating that an error occurred during a recording operation in which the fit-to-disc feature is being used.

If the IDiscWriterApp.FitToDisc property is false, an application can raise this exception to cause Windows Media Center to display a dialog box that prompts the user to choose whether to turn fit-to-disc on.

Syntax

public class FitToDiscException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also