Ejemplo n.º 1
0
 /// <summary>
 /// Ends the given exception block.
 ///
 /// All catch and finally blocks associated with the given exception block must be ended before this method is called.
 /// </summary>
 public Emit EndExceptionBlock(ExceptionBlock forTry)
 {
     InnerEmit.EndExceptionBlock(forTry);
     return(this);
 }