FeatureNotConfiguredException Class

Contains information about an exception that was raised because the application is trying to work with a Windows Media Center experience such as TV, but that experience is not configured. For example, the application tried to navigate to the Electronic Program Guide.

Syntax

public class FeatureNotConfiguredException : InvalidOperationException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also