Error/exception handling possible?Solved
Hi is exception handeling possible in plugin developement. If not whats the best way to prevent bugs etc
Thxs
The majority of what you can do in C# is possible to use in plugins, which includes exception handling.
I saw in a couple plugins a few try and catches im guessing these dont actually work.  Is that correct?
Sure they do, but not generally necessary.
Locked automatically