2 instantiations of SafeArrayTypeMismatchException
System.Private.Windows.Core (2)
Windows\Win32\System\Variant\VARIANT.cs (2)
634
throw new
SafeArrayTypeMismatchException
();
648
throw new
SafeArrayTypeMismatchException
();
4 references to SafeArrayTypeMismatchException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
719
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
SafeArrayTypeMismatchException
))]
netstandard (1)
netstandard.cs (1)
1726
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
SafeArrayTypeMismatchException
))]
System.Runtime.InteropServices (1)
artifacts\obj\System.Runtime.InteropServices\Debug\net10.0\System.Runtime.InteropServices.Forwards.cs (1)
129
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
SafeArrayTypeMismatchException
))]
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\VARIANTTests.cs (1)
5361
AssertToObjectThrows<
SafeArrayTypeMismatchException
>(variant);