Share via


ExtendedPropertyExceededLimitException Constructor

Initializes a new instance of the ExtendedPropertyExceededLimitException class.

Overload List

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

ExtendedPropertyExceededLimitException.ExtendedPropertyExceededLimitException Constructor

Initializes a new instance of the ExtendedPropertyExceededLimitException class.

Syntax

public ExtendedPropertyExceededLimitException (
);

ExtendedPropertyExceededLimitException.ExtendedPropertyExceededLimitException Constructor

Initializes a new instance of the ExtendedPropertyExceededLimitException class.

Syntax

public ExtendedPropertyExceededLimitException (
  string  msg
);

Parameters

msg

System.String.  A description of the exception.

ExtendedPropertyExceededLimitException.ExtendedPropertyExceededLimitException Constructor

Initializes a new instance of the ExtendedPropertyExceededLimitException class.

Syntax

public ExtendedPropertyExceededLimitException (
  string  msg,
  Exception  innerException
);

Parameters

msg

System.String.  A description of the exception.

innerException

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

ExtendedPropertyExceededLimitException.ExtendedPropertyExceededLimitException Constructor

Initializes a new instance of the ExtendedPropertyExceededLimitException class.

Syntax

protected ExtendedPropertyExceededLimitException (
  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