UserAbortException Class

Contains information about an exception raised by a CD/DVD recording application indicating that the user ended the CD or DVD recording operation before it was finished.

Syntax

public class UserAbortException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also