WorkflowRuntimeService::RaiseServicesExceptionNotHandledEvent Method (Exception^, Guid)
.NET Framework (current version)
Raises the WorkflowRuntime::ServicesExceptionNotHandled event.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
protected: void RaiseServicesExceptionNotHandledEvent( Exception^ exception, Guid instanceId )
Parameters
- exception
-
Type:
System::Exception^
The exception that could not be handled.
- instanceId
-
Type:
System::Guid
The Guid of the workflow instance associated with the unhandled exception.
Your service can call RaiseServicesExceptionNotHandledEvent to raise the WorkflowRuntime::ServicesExceptionNotHandled event when it encounters an exception that it cannot handle during its execution. You should pass the Guid of the workflow instance associated with the unhandled exception. For example, a timer service might pass the Guid associated with the timer for which the exception occurred.
.NET Framework
Available since 3.0
Available since 3.0
Show: