Share via


EventScheduleException Constructor

Initializes an instance of the EventScheduleException Class.

Overload List

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

EventScheduleException.EventScheduleException Constructor

Initializes an instance of the EventScheduleException Class.

Syntax

public EventScheduleException(
);

EventScheduleException.EventScheduleException Constructor

Initializes an instance of the EventScheduleException Class.

Syntax

public EventScheduleException(
  string  msg
);

Parameters

msg

System.String.  A description of the exception.

EventScheduleException.EventScheduleException Constructor

Initializes an instance of the EventScheduleException Class.

Syntax

public EventScheduleException(
  string  msg,
  Exception  innerException
);

Parameters

msg

System.String.  A description of the exception.

innerException

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

EventScheduleException.EventScheduleException Constructor

Initializes an instance of the EventScheduleException Class.

Syntax

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

Parameters

info

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

context

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

Requirements

Reference: ehRecObj

Namespace: Microsoft.MediaCenter.TV.Scheduling

Assembly: ehRecObj.dll

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

See Also