Class Catch<TException>
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public sealed class Catch<TException> : Catch where TException : Exception
Type Parameters
TException
|
Constructors
Catch()
Declaration
public Catch()
Properties
Action
Declaration
public ActivityAction<TException> Action { get; set; }
Property Value
ActivityAction<TException>
|
ExceptionType
Declaration
public override Type ExceptionType { get; }
Property Value
System.Type
|