Wow, not sure how I missed that. Seems obvious now thanks.

I do have one more question though. While this does show great documentation, 
it still does not tell me what methods throw certain exceptions. For example, 
if I look at SqliteCommand.ExecuteNonQuery, it does not list that it can throw 
an exception (neither with Intellisense or in the actual help documentation). 
However, I do see that it implements IDbCommand.ExcecuteNonQuery. If I look up 
that method on MSDN, I see that it throws an InvalidOperationException if the 
connection is not open or does not exist.

So does this mean the only way I am going to know if a method throws an 
exception is to look up the base classes or interfaces on MSDN? What about 
SqliteException objects themselves? I see the object in the documentation, but 
I have no way of knowing which methods throw this type of exception.

-Jason-



This e-mail may contain privileged, private, proprietary or confidential 
information which is intended only for the intended recipient.  If you are not 
the intended recipient, or the person responsible for delivering this message 
to the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.  If you 
have received this communication in error, please reply with the notation 
"Received in Error" in the subject line and delete the e-mail from your 
computer.  

Ce courriel renferme des renseignements privilégiés, privés, exclusifs ou 
confidentiels et est destiné uniquement à l’usage de la personne à laquelle il 
est adressé. S’il ne vous est pas destiné ou si vous n’avez pas la 
responsabilité de le remettre à son destinataire, sachez que toute diffusion, 
distribution ou reproduction en est strictement interdite. Si vous avez reçu ce 
courriel par erreur, veuillez en informer l’auteur, en indiquant dans le champ 
«Objet :» la mention «Courriel reçu par erreur», et le supprimer immédiatement.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to