ApplicationControlDisabledException Class

Contains information about an exception that was raised because an application tried to control some aspect of Windows Media Center, but the user has chosen to block applications from controlling Windows Media Center.

Syntax

public class ApplicationControlDisabledException : System.InvalidOperationException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also