Expression.Catch Method (Type, Expression, Expression)
Silverlight
Creates a CatchBlock representing a catch statement with an Exception filter but no reference to the caught Exception object.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Parameters
- type
- Type: System.Type
The Type of Exception this CatchBlock will handle.
- body
- Type: System.Linq.Expressions.Expression
The body of the catch statement.
- filter
- Type: System.Linq.Expressions.Expression
The body of the Exception filter.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.