Expression.Throw Method
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
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.
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. |
Top