August 2001
Intermediate to advanced
656 pages
18h 5m
English
Throw Statement
[Throw exceptionexception
Use: Required
Data Type: An Exception object or an object derived from Exception
An Exception object representing the exception being thrown
Throws an exception that can be handled using either structured exception handling (a Try. . . Catch block) or unstructured exception handling (the On Error statement)
The Throw statement is new to VB .NET.
Read now
Unlock full access