TimeZoneFactoryThrowOnFailure Property

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

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
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