CatchExpr represents an expression that catches an exception. A CatchExpr is
used when evaluating a method's try-catch blocks when a control flow graph is
constructed.
See Also:TryCatch See Also:FlowGraph.FlowGraph(MethodEditor) See Also:MethodEditor