Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Activities/UnhandledExceptionAction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following example invokes a workflow that throws an exception. The exception
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>Specifies that the <see cref="T:System.Activities.WorkflowApplication" /> should schedule the cancellation of the root activity and resume execution. This results in a cakk ti the delegate returned by the <see cref="P:System.Activities.WorkflowApplication.Completed" /> property when the cancellation process is complete.</summary>
<summary>Specifies that the <see cref="T:System.Activities.WorkflowApplication" /> should schedule the cancellation of the root activity and resume execution. This results in a call to the delegate returned by the <see cref="P:System.Activities.WorkflowApplication.Completed" /> property when the cancellation process is complete.</summary>
</Docs>
</Member>
<Member MemberName="Terminate">
Expand Down