NETJVM 

The RAISE Statement

The RAISE statement raises an exception.

General Formats

RAISE Statement

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.