Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WorkflowRuntimeService::RaiseServicesExceptionNotHandledEvent Method (Exception^, Guid)

 
Namespace:   System.Workflow.Runtime.Hosting
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
Return to top
Show:
© 2017 Microsoft