Click or drag to resize

TimeZoneFactoryThrowOnFailure Property

If True (default), causes the class to throw an exception if the data cannot be parsed.

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
public bool ThrowOnFailure { get; set; }

Property Value

Boolean

Implements

ITimeZoneFactoryThrowOnFailure
Remarks
This member attempts to set the value by looking at the configuration setting timeZoneSettings:throwOnLoadFailure.
See Also