Uses of Class
microsoft.exchange.webservices.data.ArgumentOutOfRangeException

Uses of ArgumentOutOfRangeException in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that throw ArgumentOutOfRangeException
 Rule RuleCollection.getRule(int index)
          Gets the rule at the specified index in the collection.
 RuleError RuleOperationError.getRuleError(int index)
          Gets the rule error at the specified index.
 NameResolution NameResolutionCollection.nameResolutionCollection(int index)
          Gets the name resolution at the specified index.
 void DayOfTheWeekCollection.removeAt(int index)
          Removes the day at a specific index.
 void Recurrence.MonthlyPattern.setDayOfMonth(int value)
          Sets the day of month.
 void Recurrence.YearlyPattern.setDayOfMonth(int value)
          Sets the day of the month when each occurrence happens.
 void Recurrence.IntervalPattern.setInterval(int value)
          Sets the interval.
 

Constructors in microsoft.exchange.webservices.data that throw ArgumentOutOfRangeException
Recurrence.DailyPattern(Date startDate, int interval)
          Initializes a new instance of the DailyPattern class.
Recurrence.DailyRegenerationPattern(Date startDate, int interval)
          Initializes a new instance of the DailyRegenerationPattern class.
Recurrence.IntervalPattern(Date startDate, int interval)
          Initializes a new instance of the IntervalPattern class.
Recurrence.MonthlyPattern(Date startDate, int interval, int dayOfMonth)
          Initializes a new instance of the MonthlyPattern class.
Recurrence.MonthlyRegenerationPattern(Date startDate, int interval)
          Instantiates a new monthly regeneration pattern.
Recurrence.RelativeMonthlyPattern(Date startDate, int interval, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)
          Instantiates a new relative monthly pattern.
Recurrence.WeeklyPattern(Date startDate, int interval, DayOfTheWeek... daysOfTheWeek)
          Initializes a new instance of the WeeklyPattern class.
Recurrence.WeeklyRegenerationPattern(Date startDate, int interval)
          Initializes a new instance of the WeeklyRegenerationPattern class.
Recurrence.YearlyRegenerationPattern(Date startDate, int interval)
          Initializes a new instance of the YearlyRegenerationPattern class.
 



Copyright © 2012. All Rights Reserved.