F
felecha
I learned about Exceptions in School, and now that I'm building my
first real application on the job, I'm going through it trying to
analyze it for all possible Exceptions so I can handle them
effectively. I've been looking in the Help / Index for each Method's
documentation, and looking at the listed Exceptions. I'm finding a
number of methods with no Exceptions specified. Does that mean there
is no possible Exception for that method? Can I count on the
documentation in that way?
Like OleDbCommand.ExecuteReader. I'm using an Access database and
when I do a query that returns the resultset. No Exception is
listed. That method never throws an Exception???
first real application on the job, I'm going through it trying to
analyze it for all possible Exceptions so I can handle them
effectively. I've been looking in the Help / Index for each Method's
documentation, and looking at the listed Exceptions. I'm finding a
number of methods with no Exceptions specified. Does that mean there
is no possible Exception for that method? Can I count on the
documentation in that way?
Like OleDbCommand.ExecuteReader. I'm using an Access database and
when I do a query that returns the resultset. No Exception is
listed. That method never throws an Exception???