Uses of Class
microsoft.exchange.webservices.data.core.exception.misc.ArgumentOutOfRangeException
-
-
Uses of ArgumentOutOfRangeException in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that throw ArgumentOutOfRangeException Modifier and Type Method Description NameResolutionNameResolutionCollection. 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 Modifier and Type Method Description RuleRuleCollection. getRule(int index)Gets the rule at the specified index in the collection.RuleErrorRuleOperationError. 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 Modifier and Type Method Description voidDayOfTheWeekCollection. 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 Modifier and Type Method Description voidRecurrence.MonthlyPattern. setDayOfMonth(int value)Sets the day of month.voidRecurrence.YearlyPattern. setDayOfMonth(int value)Sets the day of the month when each occurrence happens.voidRecurrence.IntervalPattern. setInterval(int value)Sets the interval.Constructors in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that throw ArgumentOutOfRangeException Constructor Description DailyPattern(Date startDate, int interval)Initializes a new instance of the DailyPattern class.DailyRegenerationPattern(Date startDate, int interval)Initializes a new instance of the DailyRegenerationPattern class.IntervalPattern(Date startDate, int interval)Initializes a new instance of the IntervalPattern class.MonthlyPattern(Date startDate, int interval, int dayOfMonth)Initializes a new instance of the MonthlyPattern class.MonthlyRegenerationPattern(Date startDate, int interval)Instantiates a new monthly regeneration pattern.RelativeMonthlyPattern(Date startDate, int interval, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)Instantiates a new relative monthly pattern.WeeklyPattern(Date startDate, int interval, DayOfTheWeek... daysOfTheWeek)Initializes a new instance of the WeeklyPattern class.WeeklyRegenerationPattern(Date startDate, int interval)Initializes a new instance of the WeeklyRegenerationPattern class.YearlyRegenerationPattern(Date startDate, int interval)Initializes a new instance of the YearlyRegenerationPattern class.
-