4 references to FACILITY_CONTROL
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (1)
197ElseIf cex.ErrorCode = (SEVERITY_ERROR Or FACILITY_CONTROL Or 438) Then
Microsoft\VisualBasic\Conversion.vb (2)
66ErrorNumber = (SEVERITY_ERROR Or FACILITY_CONTROL Or ErrorNumber) 69If (ErrorNumber And SCODE_FACILITY) = FACILITY_CONTROL Then
Microsoft\VisualBasic\ErrObject.vb (1)
442If (Number And SCODE_FACILITY) = FACILITY_CONTROL Then