How do I catch the ...NullReferenceException... Error in the foreach loop below if 'SelectNodes' returns ...NULL...?...I searched on stackoverflow and found mention of the null-coalescing condition (?? condition) that can be used to catch this error, howe...