[This is preliminary documentation and is subject to change.]
Creates a new instance for the given local date/time and time zone.

C# | Visual Basic | Visual C++ |
public SkippedTimeException( LocalDateTime localDateTime, DateTimeZone zone )
Public Sub New ( _ localDateTime As LocalDateTime, _ zone As DateTimeZone _ )
public: SkippedTimeException( LocalDateTime localDateTime, DateTimeZone^ zone )

- localDateTime (LocalDateTime)
- The local date/time which is skipped in the specified time zone.
- zone (DateTimeZone)
- The time zone in which the local date/time does not exist.

User code is unlikely to need to deliberately call this constructor except
possibly for testing.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)