5[DebuggerTypeProxy(typeof(
Expression.CatchBlockProxy))]
override string ToString()
CatchBlock(Type test, ParameterExpression variable, Expression body, Expression filter)
ParameterExpression? Variable
CatchBlock Update(ParameterExpression? variable, Expression? filter, Expression body)
static string CatchBlockToString(CatchBlock node)
static CatchBlock MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)