Handle::ThrowIfUninitialized Method ()
.NET Framework (current version)
Throws an InvalidOperationException if the Handle has not been initialized.
Assembly: System.Activities (in System.Activities.dll)
ThrowIfUninitialized gives custom handle derived class authors a convenient method to call from any methods or properties of the derived class that are not valid if the Handle is uninitialized.
.NET Framework
Available since 4.0
Available since 4.0
Show: