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 _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New InvalidCalendarDataException(message, _
innerException)
public InvalidCalendarDataException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
The message for this InvalidCalendarDataException object.
- innerException
Type: System.Exception
The inner exception that caused this InvalidCalendarDataException to be thrown.