Table of Contents

Class Catch<TException>

Namespace
Acuit.Pinpoint.Workflows.Activities
Assembly
Acuit.Pinpoint.Workflows.dll

Contains the actions to be executed after an exception is thrown in the corresponding Try block of a TryCatch activity.

public class Catch<TException> : Catch where TException : Exception

Type Parameters

TException

The exception type. Exceptions of this type or that are derived from this type will be handled by this Catch block.

Inheritance
Catch<TException>
Inherited Members

Properties

ExceptionType

Gets the type of exception that the Catch is handling. Exceptions of this type or that are derived from this type will be handled by this Catch block.

public override Type ExceptionType { get; }

Property Value

Type