InvalidCalendarDataException constructor (String)
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 _
)
'Usage
Dim message As String
Dim instance As New InvalidCalendarDataException(message)
public InvalidCalendarDataException(
string message
)
Parameters
message
Type: System.StringThe message for this exception.
See also
Reference
InvalidCalendarDataException class
InvalidCalendarDataException members