1 override of BeginCatchBlock
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
403
public override void
BeginCatchBlock
(Type exceptionType)
4 references to BeginCatchBlock
mscorlib (1)
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (1)
716
il.
BeginCatchBlock
(typeof(System.Exception));
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
731
_ilg.
BeginCatchBlock
(cb.Test);
819
_ilg.
BeginCatchBlock
(null);
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
519
ilGen.
BeginCatchBlock
(exception);