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