Provides details of the WorkflowExecutionFailed event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionFailedEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionFailedEventAttributes()()()() | Initializes a new instance of the WorkflowExecutionFailedEventAttributes class | 
|  | DecisionTaskCompletedEventId | 
            The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution
            decision to fail this execution. This information can be useful for diagnosing problems by tracing back the cause of events.
             
             | 
|  | Details | 
            The details of the failure (if any).
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Reason | 
            The descriptive reason provided for the failure (if any).
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDecisionTaskCompletedEventId(Int64) | Obsolete. 
            Sets the DecisionTaskCompletedEventId property
             | 
|  | WithDetails(String) | Obsolete. 
            Sets the Details property
             | 
|  | WithReason(String) | Obsolete. 
            Sets the Reason property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionFailedEventAttributes |