Handle.ThrowIfUninitialized Method

Definition

Throws an InvalidOperationException if the Handle has not been initialized.

protected:
 void ThrowIfUninitialized();
protected void ThrowIfUninitialized ();
member this.ThrowIfUninitialized : unit -> unit
Protected Sub 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