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.StringThe message for this InvalidCalendarDataException object.
innerException
Type: System.ExceptionThe inner exception that caused this InvalidCalendarDataException to be thrown.
See also
Reference
InvalidCalendarDataException class
InvalidCalendarDataException members