Share via


ApplicationRegistrationCancelledException.ApplicationRegistrationCancelledException Constructor

Initializes an instance of the ApplicationRegistrationCancelledException class.

Overload List

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

ApplicationRegistrationCancelledException Constructor

Initializes an instance of the ApplicationRegistrationCancelledException class.

Syntax

public ApplicationRegistrationCancelledException();

ApplicationRegistrationCancelledException Constructor

Initializes an instance of the ApplicationRegistrationCancelledException class.

Syntax

public ApplicationRegistrationCancelledException(
   string message
);

Parameters

message

System.String. A description of the exception.

ApplicationRegistrationCancelledException Constructor

Initializes an instance of the ApplicationRegistrationCancelledException class.

Syntax

public ApplicationRegistrationCancelledException(
   string message,
   Exception inner
);

Parameters

message

System.String. A description of the exception.

inner

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

ApplicationRegistrationCancelledException Constructor

Initializes an instance of the ApplicationRegistrationCancelledException class.

Syntax

protected ApplicationRegistrationCancelledException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info

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

context

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

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

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

See Also