14 references to TypeMismatch
Microsoft.VisualBasic.Core (14)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
244Case vbErrors.TypeMismatch
Microsoft\VisualBasic\CompilerServices\VB6File.vb (4)
1828Throw VbMakeException(vbErrors.TypeMismatch) 1918Throw VbMakeException(vbErrors.TypeMismatch) 1926Throw VbMakeException(vbErrors.TypeMismatch) 2052Throw VbMakeException(vbErrors.TypeMismatch)
Microsoft\VisualBasic\Conversion.vb (5)
167Throw VbMakeException(New ArgumentException(SR.Format(SR.Argument_NotNumericType2, NameOf(Number), Number.GetType().FullName)), vbErrors.TypeMismatch) 240Throw VbMakeException(New ArgumentException(SR.Format(SR.Argument_NotNumericType2, NameOf(Number), Number.GetType().FullName)), vbErrors.TypeMismatch) 865Throw VbMakeException(vbErrors.TypeMismatch) 871Throw VbMakeException(vbErrors.TypeMismatch) 1044Throw VbMakeException(vbErrors.TypeMismatch)
Microsoft\VisualBasic\ErrObject.vb (3)
392Return vbErrors.TypeMismatch 394Return vbErrors.TypeMismatch 409Return vbErrors.TypeMismatch
Microsoft\VisualBasic\Strings.vb (1)
659Throw VbMakeException(vbErrors.TypeMismatch)