NETJVM 

The RAISE Statement

The RAISE statement raises an exception.

General Formats

GUID-6503CD8F-C9CD-4F5F-9E7B-BB126E480431-low.png

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.