Subject: Exceptions or OnError
Looking at the samples I see no try/catches around critical methods such as Open().
Can I thus assume that calling those won't throw any exception, but that any problems would turn up in the OnError event handler instead?
Can I thus assume that calling those won't throw any exception, but that any problems would turn up in the OnError event handler instead?