ApplicationControlDisabledException.ApplicationControlDisabledException Constructor

Initializes an instance of the ApplicationControlDisabledException class.

Overload List

public ApplicationControlDisabledException()
public ApplicationControlDisabledException(string)
public ApplicationControlDisabledException(string, Exception)
protected ApplicationControlDisabledException(SerializationInfo, StreamingContext)

Initializes an instance of the ApplicationControlDisabledException class.

Syntax

public ApplicationControlDisabledException();

ApplicationControlDisabledException.ApplicationControlDisabledException Constructor

Initializes an instance of the ApplicationControlDisabledException class.

Syntax

public ApplicationControlDisabledException(
   string message
);

Parameters

message

System.String. A description of the exception.

ApplicationControlDisabledException.ApplicationControlDisabledException Constructor

Initializes an instance of the ApplicationControlDisabledException class.

Syntax

public ApplicationControlDisabledException(
   string message,
   Exception inner
);

Parameters

message

System.String. A description of the exception.

inner

System.Exception. The class on which this exception is based.

ApplicationControlDisabledException.ApplicationControlDisabledException Constructor

Initializes an instance of the ApplicationControlDisabledException class.

Syntax

protected ApplicationControlDisabledException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info

System.Runtime.Serialization.SerializationInfo. An instance of the class containing the information needed to serialize the new ApplicationControlDisabledException instance.

context

System.Runtime.Serialization.StreamingContext. A structure that contains contextual information about the source of the serialized stream associated with the new ApplicationControlDisabledException instance.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also