Skip to content

Commit 2d02981

Browse files
committed
Minor changes
1 parent db2d707 commit 2d02981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/best-practices/business-logic/use-invalidpluginexecutionexception-plugin-workflow-activities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Failure to convert the message into a <xref:Microsoft.Xrm.Sdk.InvalidPluginExecu
4848

4949
### Handle errors from functions called in plug-ins
5050

51-
Within your plug-in you will commonly call other functions to re-use code. How you handle errors in these functions is very important because an unhandled error may cause the worker process to crash. This will not only terminate your plug-in, but may also terminate any concurrent plug-ins running for your organization. More information: [Error: No Sandbox Worker processes are currently available](../../troubleshoot-plug-in.md#error-the-sandbox-worker-process-crashed)
51+
Within your plug-in you will commonly call other functions to re-use code. How you handle errors in these functions is very important because an unhandled error may cause the worker process to crash. This will not only terminate your plug-in, but may also terminate any concurrent plug-ins running for your organization. More information: [Error: Sandbox Worker process crashed](../../troubleshoot-plug-in.md#error-sandbox-worker-process-crashed)
5252

5353
<a name='problem'></a>
5454

powerapps-docs/developer/data-platform/troubleshoot-plug-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ contributors:
2222

2323
This topic contains information about errors that can occur due to plug-in execution and how to fix them.
2424

25-
## Error: The Sandbox Worker process crashed
25+
## Error: Sandbox Worker process crashed
2626

2727
Error Code: `-2147204723`<br />
2828
Error Message: `The plug-in execution failed because the Sandbox Worker process crashed. This is typically due to an error in the plug-in code.`

0 commit comments

Comments
 (0)