Starts a handler for a particular exception.
- exceptionType
- The exception to be caught by the following code.
Any exceptions thrown in between the call to ILGenerator.BeginExceptionBlock() of a type derived from the exceptionType will be handled by the code following this point in the generated IL stream.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0