14 references to 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();