Noda Time
InvalidDateTimeZoneSourceException Class
NamespacesNodaTime.TimeZonesInvalidDateTimeZoneSourceException

[This is preliminary documentation and is subject to change.]

Exception thrown to indicate that a time zone source has violated the contract of IDateTimeZoneSource. This exception is primarily intended to be thrown from DateTimeZoneCache, and only in the face of a buggy source; user code should not usually need to be aware of this or catch it.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public sealed class InvalidDateTimeZoneSourceException : Exception
<SerializableAttribute> _
Public NotInheritable Class InvalidDateTimeZoneSourceException _
	Inherits Exception
[SerializableAttribute]
public ref class InvalidDateTimeZoneSourceException sealed : public Exception
Members
All MembersConstructors



IconMemberDescription
InvalidDateTimeZoneSourceException(String)
Creates a new instance with the given message.

Thread Safety
Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe. See the thread safety section of the user guide for more information.
Inheritance Hierarchy
Object
Exception
 InvalidDateTimeZoneSourceException

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