[This is preliminary documentation and is subject to change.]
A ZoneLocalMappingResolver which only ever succeeds in the (usual) case where the result
of the mapping is unambiguous.

C# | Visual Basic | Visual C++ |
public static readonly ZoneLocalMappingResolver StrictResolver
Public Shared ReadOnly StrictResolver As ZoneLocalMappingResolver
public: static initonly ZoneLocalMappingResolver^ StrictResolver

If the mapping is ambiguous or skipped, this throws SkippedTimeException or
AmbiguousTimeException, as appropriate. This resolver combines
ThrowWhenAmbiguous and ThrowWhenSkipped.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)