Name

Throw Statement

Synopsis

Throw exception
exception required; System Exception or a derived type

An Exception object representing the exception being thrown

Description

Throws an exception that can be handled using either structured exception handling (a Try . . . Catch block) or unstructured exception handling (the On Error statement).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset