Core.Validation.CoreChk019

From emotive
Revision as of 05:48, 17 February 2016 by Hb (talk | contribs) (→‎Description)
Jump to navigation Jump to search

Classification

Name Core_Chk019
Class Core
Severity Critical
SpecifiedBy ISO 13209-3

Description

The type of Handle variable must match the type of exception to catch out in the Catch block or be derived.

Comments

This ensures that the correct type is assigned a caught exception. The variable is defined in the declaration block.