RecurrenceGetException Method Ipswitch.Messaging.Framework
This method gets the specific excpetion that applies to the starttime passed in

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public RecurrenceException GetException(
	DateTimeOffset StartTime
)

Parameters

StartTime
Type: SystemDateTimeOffset
The start time of a specific recurrence to return an excpetion for

Return Value

Type: RecurrenceException
Returns null if there is no exception found, otherwise returns the exception for the start time
See Also

Reference