LineupException Constructor

Initializes a new instance of the LineupException Class.

Overload List

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

LineupException.LineupException Constructor

Initializes a new instance of the LineupException Class.

Syntax

public LineupException();

LineupException.LineupException Constructor

Initializes a new instance of the LineupException Class.

Syntax

public LineupException(
  string  msg
);

Parameters

msg

System.String.  A description of the exception.

LineupException.LineupException Constructor

Initializes a new instance of the LineupException Class.

Syntax

public LineupException(
  string  msg,
  Exception  innerException
);

Parameters

msg

System.String.  A description of the exception.

innerException

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

LineupException.LineupException Constructor

Initializes a new instance of the LineupException Class.

Syntax

protected LineupException(
  System.Runtime.Serialization.SerializationInfo  info,
  System.Runtime.Serialization.StreamingContext  context
);

info

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

context

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

Requirements

Reference: ehRecObj

Namespace: Microsoft.MediaCenter.TV.Epg

Assembly: ehRecObj.dll

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

See Also