InvalidCalendarDataException class
The InvalidCalendarDataException class represents an exception that is thrown when iCalendar data is encountered that does not comply with RFC2445.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.Exchange.Data.Common.LocalizedException
Microsoft.Exchange.Data.ExchangeDataException
Microsoft.Exchange.Data.ContentTypes.iCalendar.InvalidCalendarDataException
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InvalidCalendarDataException _
Inherits ExchangeDataException
'Usage
Dim instance As InvalidCalendarDataException
[SerializableAttribute]
public class InvalidCalendarDataException : ExchangeDataException
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.