Uses of Class
microsoft.exchange.webservices.data.core.exception.misc.ArgumentOutOfRangeException

Packages that use ArgumentOutOfRangeException
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.complex.recurrence   
microsoft.exchange.webservices.data.property.complex.recurrence.pattern   
 

Uses of ArgumentOutOfRangeException in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that throw ArgumentOutOfRangeException
 NameResolution NameResolutionCollection.nameResolutionCollection(int index)
          Gets the name resolution at the specified index.
 

Uses of ArgumentOutOfRangeException in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex 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.
 

Uses of ArgumentOutOfRangeException in microsoft.exchange.webservices.data.property.complex.recurrence
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence that throw ArgumentOutOfRangeException
 void DayOfTheWeekCollection.removeAt(int index)
          Removes the day at a specific index.
 

Uses of ArgumentOutOfRangeException in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that throw ArgumentOutOfRangeException
 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.property.complex.recurrence.pattern 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–2015 Microsoft. All rights reserved.