Catch Class

Definition

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

public ref class Catch abstract
public abstract class Catch
type Catch = class
Public MustInherit Class Catch
Inheritance
Catch
Derived

Remarks

Once placed in the designer, Catch activities cannot be reordered in the designer. To reorder the collection of Catch activities, either delete and re-add them in the correct order, or use the xaml (code) view for the workflow.

Properties

ExceptionType

The type of exception that the Catch block is handling.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to