ExtendedPropertyExceededLimitException Class
Thrown by the ScheduleEvent.GetExtendedProperty method when a property is queried too many times.
Syntax
public class ExtendedPropertyExceededLimitException : Exception, System.Runtime.Serialization.ISerializable
Public Instance Constructors
Constructor | Description |
ExtendedPropertyExceededLimitException() | Initializes a new instance of the ExtendedPropertyExceededLimitException class. |
ExtendedPropertyExceededLimitException(string) | Initializes a new instance of the ExtendedPropertyExceededLimitException class. |
ExtendedPropertyExceededLimitException(string, Exception) | Initializes a new instance of the ExtendedPropertyExceededLimitException class. |
Protected Instance Constructors
Constructor | Description |
ExtendedPropertyExceededLimitException(SerializationInfo, StreamingContext) | Initializes a new instance of the ExtendedPropertyExceededLimitException class. |
See Also