DrmNoRightsException Class

Contains information about an exception raised because a CD/DVD recording application attempted to copy DRM-protected content, but the user has not been granted copying privileges.

Syntax

public class DrmNoRightsException : ListMakerException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also