Handle.ThrowIfUninitialized Method

Definition

Throws an InvalidOperationException if the Handle has not been initialized.

C#
protected void ThrowIfUninitialized();

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1