Tracer.ErrorImportingWorkflowFromXaml(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.
ErrorImportingWorkflowFromXaml (EventId: 0xb01b/45083)
public:
void ErrorImportingWorkflowFromXaml(Guid workflowId, System::String ^ errorDescription);
public void ErrorImportingWorkflowFromXaml (Guid workflowId, string errorDescription);
[System.Management.Automation.Tracing.EtwEvent(45083)]
public void ErrorImportingWorkflowFromXaml (Guid workflowId, string errorDescription);
member this.ErrorImportingWorkflowFromXaml : Guid * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45083)>]
member this.ErrorImportingWorkflowFromXaml : Guid * string -> unit
Public Sub ErrorImportingWorkflowFromXaml (workflowId As Guid, errorDescription As String)
Parameters
- workflowId
- Guid
- errorDescription
- String
- Attributes