MachineSettingsSection::MaxTimeout Property
.NET Framework (current version)
Gets a maximum amount of time allowed before a transaction times out.
Assembly: System.Transactions (in System.Transactions.dll)
public: [TimeSpanValidatorAttribute(MinValueString = "00:00:00", MaxValueString = "10675199.02:48:05.4775807")] [ConfigurationPropertyAttribute("maxTimeout", DefaultValue = "00:10:00")] property TimeSpan MaxTimeout { TimeSpan get(); void set(TimeSpan value); }
Property Value
Type: System::TimeSpanA TimeSpan object that contains the maximum allowable time. The default value is 00:10:00.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | An attempt to set this property to negative values. |
This property can only be set in the machine.config file. A value of 00:00:00 (or zero) is interpreted as infinity.
.NET Framework
Available since 2.0
Available since 2.0
Show: