Within a cfcatch block, the active exception properties can be accessed as the following variables:
CFCATCH.Type CFCATCH.Cause CFCATCH.RootCause CFCATCH.Action CFCATCH.File |
Within a cfcatch block, database exception properties can be accessed as the following variables:
CFCATCH.QueryError |
Within a cfcatch block, undefined variable exception properties can be accessed as the following variable:
CFCATCH.Name |
Within a cfcatch block, syntax and parsing exception properties can be accessed as the following variables:
CFCATCH.TokenText CFCATCH.Snippet CFCATCH.Column CFCATCH.KnownColumn CFCATCH.Line CFCATCH.KnownLine |