18 instantiations of AccessViolationException
mscorlib (8)
system\runtime\interopservices\marshal.cs (8)
437throw new AccessViolationException(); 478throw new AccessViolationException(); 522throw new AccessViolationException(); 603throw new AccessViolationException(); 630throw new AccessViolationException(); 669throw new AccessViolationException(); 728throw new AccessViolationException(); 803throw new AccessViolationException();
System (10)
net\System\Net\WebSockets\WebSocketBuffer.cs (8)
206throw new AccessViolationException(); 229throw new AccessViolationException(); 247throw new AccessViolationException(); 400throw new AccessViolationException(); 433throw new AccessViolationException(); 458throw new AccessViolationException(); 496throw new AccessViolationException(); 506throw new AccessViolationException();
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (2)
808throw new AccessViolationException(); 831throw new AccessViolationException();
15 references to AccessViolationException
mscorlib (1)
system\runtime\versioning\multitargetinghelpers.cs (1)
72|| ex is AccessViolationException;
System (1)
misc\ClientUtils.cs (1)
44|| ex is AccessViolationException;
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
372static private readonly Type AccessViolationType = typeof(AccessViolationException);
System.Data.DataSetExtensions (1)
System\Data\DataSetUtil.cs (1)
119static private readonly Type AccessViolationType = typeof(System.AccessViolationException);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
1952static private readonly Type AccessViolationType = typeof(System.AccessViolationException);
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
239static private readonly Type AccessViolationType = typeof(System.AccessViolationException);
System.Drawing (1)
misc\ClientUtils.cs (1)
44|| ex is AccessViolationException;
System.Management (1)
managementscope.cs (1)
70e is AccessViolationException)
System.Web (1)
Hosting\IPipelineRuntime.cs (1)
754|| ex is AccessViolationException
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1068static private readonly Type AccessViolationType = typeof(System.AccessViolationException);
System.Windows.Forms (2)
misc\ClientUtils.cs (1)
44|| ex is AccessViolationException;
misc\MultitargetUtil.cs (1)
61|| ex is AccessViolationException
System.Xml (1)
System\Xml\XmlException.cs (1)
306e is AccessViolationException
WsatConfig (1)
Configuration\Utilities.cs (1)
226return (e is System.AccessViolationException) || (e is System.StackOverflowException) ||
WsatUI (1)
Configuration\Utilities.cs (1)
226return (e is System.AccessViolationException) || (e is System.StackOverflowException) ||