Compartir a través de


InvalidCalendarDataException Constructor

Include Protected Members
Include Inherited Members

The InvalidCalendarDataException constructor overloads create new InvalidCalendarDataException exceptions.

Overload List

  Name Description
Public method InvalidCalendarDataException(String) The InvalidCalendarDataException constructor creates a new InvalidCalendarDataException exception.
Protected method InvalidCalendarDataException(SerializationInfo, StreamingContext) The InvalidCalendarDataException constructor creates a new serializable InvalidCalendarDataException exception.
Public method InvalidCalendarDataException(String, Exception) The InvalidCalendarDataException constructor creates a new InvalidCalendarDataException exception.

Top