Why you should check for null in a finally block
Channel:
Subscribers:
5,420
Published on ● Video Link: https://www.youtube.com/watch?v=-kPpcKxerl8
Checking for null in a finally block is important, do it, and don't say I should just use using. I almost never use using because I cant catch errors with precision (well I could but I would be doubling up the try catch finally code)
Other Videos By Brian (Able Opus)
Tags:
finally
try
catch
C#
csharp
check
for
null