Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Zone
Factory
Throw
On
Failure 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#
Copy
public
bool
ThrowOnFailure
{
get
;
set
; }
Property Value
Boolean
Implements
ITimeZoneFactory
ThrowOnFailure
Remarks
This member attempts to set the value by looking at the configuration setting
timeZoneSettings:throwOnLoadFailure
.
See Also
Reference
TimeZoneFactory Class
InnerDrive.TimeZones Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also