14 references to AccessViolationException
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildResult_Tests.cs (1)
84
AccessViolationException e = new
AccessViolationException
();
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
290
Return 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)
317
ExceptionIDs.AccessViolation => new
AccessViolationException
(),
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (8)
297
throw new
AccessViolationException
();
321
throw new
AccessViolationException
();
345
throw new
AccessViolationException
();
392
throw new
AccessViolationException
();
408
throw new
AccessViolationException
();
432
throw new
AccessViolationException
();
465
throw new
AccessViolationException
();
516
throw new
AccessViolationException
();
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
71
throw new
AccessViolationException
();
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (2)
105
throw new
AccessViolationException
();
171
throw new
AccessViolationException
();