Handle.ThrowIfUninitialized Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.