UnsupportedFileException Class

Contains information about an exception raised by a CD/DVD recording application indicating that the file is corrupted or is in an unsupported file format.

Syntax

public class UnsupportedFileException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

Public Instance Properties

Property Description
FileName Gets the name of the file that is corrupted or in an unsupported format.

See Also