InvalidCalendarDataException Constructor (String, Exception)
The InvalidCalendarDataException constructor creates a new InvalidCalendarDataException exception.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public InvalidCalendarDataException (
string message,
Exception innerException
)
public:
InvalidCalendarDataException (
String^ message,
Exception^ innerException
)
public InvalidCalendarDataException (
String message,
Exception innerException
)
public function InvalidCalendarDataException (
message : String,
innerException : Exception
)
Parameters
- message
The message for this InvalidCalendarDataException object.
- innerException
The inner exception that caused this InvalidCalendarDataException to be thrown.
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)