Share via


Tracer.JobError(Int32, Guid, String) Method

Definition

JobError (EventId: 0xb02e/45102)

public:
 void JobError(int jobId, Guid workflowId, System::String ^ errorDescription);
public void JobError (int jobId, Guid workflowId, string errorDescription);
[System.Management.Automation.Tracing.EtwEvent(45102)]
public void JobError (int jobId, Guid workflowId, string errorDescription);
member this.JobError : int * Guid * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45102)>]
member this.JobError : int * Guid * string -> unit
Public Sub JobError (jobId As Integer, workflowId As Guid, errorDescription As String)

Parameters

jobId
Int32
workflowId
Guid
errorDescription
String
Attributes

Applies to