Expression.Throw Method
.NET Framework 4.5
Creates a UnaryExpression that represents a throwing of an exception.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Throw(Expression) | Creates a UnaryExpression that represents a throwing of an exception. |
|
Throw(Expression, Type) | Creates a UnaryExpression that represents a throwing of an exception with a given type. |