InvalidCalendarDataException Constructor (SerializationInfo, StreamingContext)
The InvalidCalendarDataException constructor creates a new serializable InvalidCalendarDataException exception.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected InvalidCalendarDataException (
SerializationInfo info,
StreamingContext context
)
protected:
InvalidCalendarDataException (
SerializationInfo^ info,
StreamingContext context
)
protected InvalidCalendarDataException (
SerializationInfo info,
StreamingContext context
)
protected function InvalidCalendarDataException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
The SerializationInfo object that holds the serialized object data about the exception being thrown.
- context
The StreamingContext object that contains contextual information about the source or destination.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)