Awesome! I had some other issues that were resolved by reading from the forum here. Originally I had exceptions bubbling up and out, but now that I've been able to attach a debugger I can see it hitting the catch block and that it was able to continue on after (presumably after I fixed my other issues). The error message I got was not what I expected ("An expression of type 'System.Boolean' cannot be used to initialize an array of type 'System.Object'") but I don't care too much about that so long as it hits the catch block and continues on.
Thanks again!
Thanks again!