FileAlreadyExistsException Class

Contains information about an exception raised by a CD/DVD recording application, indicating that the file list contains a duplicate file.

Syntax

public class FileAlreadyExistsException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also