14 instantiations of AccessViolationException
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildResult_Tests.cs (1)
84AccessViolationException e = new AccessViolationException();
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
290Return New AccessViolationException() 'We never want a custom description here. Use the localized message that comes for free inside the exception
System.Private.CoreLib (12)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
317ExceptionIDs.AccessViolation => new AccessViolationException(),
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (8)
297throw new AccessViolationException(); 321throw new AccessViolationException(); 345throw new AccessViolationException(); 392throw new AccessViolationException(); 408throw new AccessViolationException(); 432throw new AccessViolationException(); 465throw new AccessViolationException(); 516throw new AccessViolationException();
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
71throw new AccessViolationException();
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (2)
105throw new AccessViolationException(); 171throw new AccessViolationException();
26 references to AccessViolationException
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
81exception is AccessViolationException);
dotnet-svcutil-lib (1)
Shared\Utilities\Utilities.cs (1)
25ex is AccessViolationException);
Microsoft.Build (1)
ExceptionHandling.cs (1)
105|| e is AccessViolationException
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
105|| e is AccessViolationException
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildResult_Tests.cs (1)
84AccessViolationException e = new AccessViolationException();
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
105|| e is AccessViolationException
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
105|| e is AccessViolationException
Microsoft.DotNet.RemoteExecutor (2)
Program.cs (2)
75catch (Exception exc) when (exc is not (TargetInvocationException { InnerException: AccessViolationException } or AccessViolationException))
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (2)
153Catch exInner As AccessViolationException 439Catch exInner As AccessViolationException
MSBuild (1)
ExceptionHandling.cs (1)
105|| e is AccessViolationException
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
105|| e is AccessViolationException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
28[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AccessViolationException))]
netstandard (1)
netstandard.cs (1)
16[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AccessViolationException))]
System.Data.Common (1)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
237private static readonly Type s_accessViolationType = typeof(AccessViolationException);
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
237private static readonly Type s_accessViolationType = typeof(AccessViolationException);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.Extensions.cs (2)
47/// <exception cref="AccessViolationException"><paramref name="destination" /> is not 8-byte aligned.</exception> 63/// <exception cref="AccessViolationException"><paramref name="destination" /> is not 8-byte aligned.</exception>
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.Extensions.cs (2)
47/// <exception cref="AccessViolationException"><paramref name="destination" /> is not 8-byte aligned.</exception> 63/// <exception cref="AccessViolationException"><paramref name="destination" /> is not 8-byte aligned.</exception>
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.Extensions.cs (2)
64/// <exception cref="AccessViolationException"><paramref name="destination" /> is not 16-byte aligned.</exception> 72/// <exception cref="AccessViolationException"><paramref name="destination" /> is not 16-byte aligned.</exception>
System.Private.Windows.Core (1)
System\ExceptionExtensions.cs (1)
22or AccessViolationException;
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AccessViolationException))]
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
116/// access problems like <see cref="AccessViolationException"/>s, especially if the