| 000-733 Exam |
| 000-733 - Exam Information |
| Question of the day |
Siven the following code fragment: Try Dim cmdStaff As DB2Command = cnDb2.CreateCommand() Dim rdrStaff As DB2DataReader cmdStaff.CommandText = "SELECT name, dept, job FROM staff" rdrStaff = cmStaff.ExecuteReader() rdrStaff.Read() Catch Xcp As ... ... End Try Which of the following classes should be used in the Xcp Catch block to intercept the exceptions returned by the data provider?
Answer(s)
DB2Exception