FileCorruptException Class

Contains information about an exception raised by a CD/DVD recording application, indicating that it encountered a file that contains corrupted data.

Syntax

public class FileCorruptException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also