Expression.ConvertChecked Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a UnaryExpression that represents a conversion operation that throws an exception if the target type is overflowed.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ConvertChecked(Expression, Type) | Creates a UnaryExpression that represents a conversion operation that throws an exception if the target type is overflowed. |
|
ConvertChecked(Expression, Type, MethodInfo) | Creates a UnaryExpression that represents a conversion operation that throws an exception if the target type is overflowed and for which the implementing method is specified. |
Show: