Mono Class Library: System.Reflection.Emit.ILGenerator Overview | MembersSystem.Reflection.Emit.ILGenerator.BeginCatchBlock Method |
Starts a handler for a particular exception. [Edit]
|
- exceptionType
- The exception to be caught by the following code. [Edit]
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. [Edit]
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0