Show / Hide Table of Contents

Class Catch<TException>

Inheritance
System.Object
Catch
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

Overrides
Catch.ExceptionType
Back to top Generated by DocFX