Edit

Share via


ThrowActivity.FaultType Property

Definition

Gets or sets the type of exception that should be thrown by the ThrowActivity.

public:
 property Type ^ FaultType { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.ThrowActivity+FaultTypeConverter))]
public Type FaultType { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.ThrowActivity+FaultTypeConverter))>]
member this.FaultType : Type with get, set
Public Property FaultType As Type

Property Value

The type representing the fault associated with this instance.

Attributes

Applies to