nerdexam
Adobe

9A0-127 · Question #82

Your application has the following query which is invalid: <cftry> <cfquery datasource="goodphoto" name="test"> SELECT * FROM ... </cfquery> <cfcatch type="any"> </cfcatch> </cftry> Which variable…

The correct answer is C. cfcatch.detail. See the full explanation below for the reasoning.

Question

Your application has the following query which is invalid:

<cftry> <cfquery datasource="goodphoto" name="test"> SELECT * FROM ... </cfquery> <cfcatch type="any"> </cfcatch> </cftry> Which variable contains a string that describes the cause of the error?

Options

  • Acfcatch.message
  • Bcfcatch.type
  • Ccfcatch.detail
  • Dcfcatch.errorCode

How the community answered

(44 responses)
  • A
    18% (8)
  • B
    9% (4)
  • C
    70% (31)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice