8 references to IsMissingMemberException
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (8)
133Catch ex As Exception When IsMissingMemberException(ex) 167Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is MissingMemberException) 415Catch ex As Exception When IsMissingMemberException(ex) 436Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is MissingMemberException) 454Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is MissingMemberException) 647Catch ex As Exception When IsMissingMemberException(ex) 893Catch ex As Exception When IsMissingMemberException(ex) 1043Catch ex As Exception When IsMissingMemberException(ex)