18 instantiations of AccessViolationException
mscorlib (8)
system\runtime\interopservices\marshal.cs (8)
437
throw new
AccessViolationException
();
478
throw new
AccessViolationException
();
522
throw new
AccessViolationException
();
603
throw new
AccessViolationException
();
630
throw new
AccessViolationException
();
669
throw new
AccessViolationException
();
728
throw new
AccessViolationException
();
803
throw new
AccessViolationException
();
System (10)
net\System\Net\WebSockets\WebSocketBuffer.cs (8)
206
throw new
AccessViolationException
();
229
throw new
AccessViolationException
();
247
throw new
AccessViolationException
();
400
throw new
AccessViolationException
();
433
throw new
AccessViolationException
();
458
throw new
AccessViolationException
();
496
throw new
AccessViolationException
();
506
throw new
AccessViolationException
();
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (2)
808
throw new
AccessViolationException
();
831
throw 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)
372
static private readonly Type AccessViolationType = typeof(
AccessViolationException
);
System.Data.DataSetExtensions (1)
System\Data\DataSetUtil.cs (1)
119
static private readonly Type AccessViolationType = typeof(System.
AccessViolationException
);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
1952
static private readonly Type AccessViolationType = typeof(System.
AccessViolationException
);
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
239
static private readonly Type AccessViolationType = typeof(System.
AccessViolationException
);
System.Drawing (1)
misc\ClientUtils.cs (1)
44
|| ex is
AccessViolationException
;
System.Management (1)
managementscope.cs (1)
70
e is
AccessViolationException
)
System.Web (1)
Hosting\IPipelineRuntime.cs (1)
754
|| ex is
AccessViolationException
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1068
static 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)
306
e is
AccessViolationException
WsatConfig (1)
Configuration\Utilities.cs (1)
226
return (e is System.
AccessViolationException
) || (e is System.StackOverflowException) ||
WsatUI (1)
Configuration\Utilities.cs (1)
226
return (e is System.
AccessViolationException
) || (e is System.StackOverflowException) ||