C# Class Microsoft.Scripting.Ast.LightThrowExpression

Expression which produces a light exception value. This should be constructed with the expression which creates the exception and this method will then call a helper method which wraps the exception in our internal light exception class.
Inheritance: Expression
Exibir arquivo Open project: jschementi/iron

Public Methods

Method Description
LightThrowExpression ( Expression exception ) : System.Linq.Expressions
Reduce ( ) : Expression

Protected Methods

Method Description
VisitChildren ( ExpressionVisitor visitor ) : Expression

Method Details

LightThrowExpression() public method

public LightThrowExpression ( Expression exception ) : System.Linq.Expressions
exception Expression
return System.Linq.Expressions

Reduce() public method

public Reduce ( ) : Expression
return Expression

VisitChildren() protected method

protected VisitChildren ( ExpressionVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionVisitor
return Expression