ThrowActivity.FaultType Propiedad

Definición

Obtiene o establece el tipo de excepción que debe producir .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

Valor de propiedad

Tipo que representa el error asociado a esta instancia.

Atributos

Se aplica a