Tracer.WorkflowExecutionError(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkflowExecutionError (EventId: 0xb040/45120)
public:
void WorkflowExecutionError(Guid workflowId, System::String ^ errorDescription);
public void WorkflowExecutionError (Guid workflowId, string errorDescription);
[System.Management.Automation.Tracing.EtwEvent(45120)]
public void WorkflowExecutionError (Guid workflowId, string errorDescription);
member this.WorkflowExecutionError : Guid * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45120)>]
member this.WorkflowExecutionError : Guid * string -> unit
Public Sub WorkflowExecutionError (workflowId As Guid, errorDescription As String)
Parameters
- workflowId
- Guid
- errorDescription
- String
- Attributes