Share via


UserAbortException.UserAbortException Constructor

Initializes an instance of the UserAbortException class.

Overload List

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

Initializes an instance of the UserAbortException class.

Syntax

public UserAbortException();

UserAbortException.UserAbortException Constructor

Initializes an instance of the UserAbortException class.

Syntax

public UserAbortException(
   string message
);

Parameters

message

System.String.  A description of the exception.

UserAbortException.UserAbortException Constructor

Initializes an instance of the UserAbortException class.

Syntax

public UserAbortException(
   string message,
   Exception inner
);

Parameters

message

System.String.  A description of the exception.

inner

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

UserAbortException.UserAbortException Constructor

Initializes an instance of the UserAbortException class.

Syntax

protected UserAbortException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info

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

context

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

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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