Re: [sqlite] Documentation for when/what exceptions are thrown?

2011-06-29 Thread Down, Jason
Message- From: Down, Jason [mailto:jason.d...@homehardware.ca] Sent: Tuesday, June 28, 2011 1:24 PM To: 'sqlite-users@sqlite.org' Subject: [sqlite] Documentation for when/what exceptions are thrown? Wow, not sure how I missed that. Seems obvious now thanks. I do have one more question though

[sqlite] Documentation for when/what exceptions are thrown?

2011-06-28 Thread Down, Jason
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

Re: [sqlite] Documentation for when/what exceptions are thrown?

2011-06-28 Thread Alessandro Caliaro
you should find in "C:\Program Files\SQLite.NET\Doc\" -Messaggio originale- From: Down, Jason Sent: Tuesday, June 28, 2011 6:01 PM To: 'sqlite-users@sqlite.org' Subject: [sqlite] Documentation for when/what exceptions are thrown? I'm having trouble finding doc

[sqlite] Documentation for when/what exceptions are thrown?

2011-06-28 Thread Down, Jason
I'm having trouble finding documentation for the Sqlite.Net data provider (System.Data.Sqlite.dll - http://sqlite.phxsoftware.com/) (new development has forked here - http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki) that lists what exceptions are thrown by the various classes