Previous Topic Next topic Print topic


NET 

The RAISE Statement

General Formats


*

Syntax Rules

  1. Identifier-1 must be an object reference of class System.Exception or a subclass of System.Exception.

General Rules

  1. If identifier-1 is specified, it is raised as an exception.
  2. If identifier-1 is not specified, the current exception is re-raised.
Previous Topic Next topic Print topic