THROW Statement

Throws an error, causing code execution to jump to an enclosing CATCH block.

Syntax

THROW;
THROW error-message;

Parameters

Examples