Share via


AppendNotSupportedException Class

Contains information about an exception raised because a CD/DVD recording application does not support appending files to the current medium.

Syntax

public class AppendNotSupportedException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also