Lazy<T> Constructor (LazyThreadSafetyMode)
Updated: March 2011
Initializes a new instance of the Lazy<T> class that uses the default constructor of T and the specified thread-safety mode.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
mode contains an invalid value. |
The thread safety mode of a Lazy<T> instance describes the behavior when multiple threads try to initialize the Lazy<T> instance. For more information, see the System.Threading.LazyThreadSafetyMode enumeration.
A Lazy<T> instance that is created with this constructor does not cache exceptions. For more information, see the System.Threading.LazyThreadSafetyMode enumeration.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.