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