Skip to content

Commit 23d30c9

Browse files
authored
Tweaked the information
1 parent 0bf78da commit 23d30c9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

powerapps-docs/developer/common-data-service/handle-exceptions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@ When you throw an <xref:Microsoft.Xrm.Sdk.InvalidPluginExecutionException> excep
3838
The exception message for asynchronous registered plug-ins is written to a System Job [AsyncOperation Entity](reference/entities/asyncoperation.md) record which can be viewed in the **System Jobs** area of the web application. No dialog will be displayed to the user. Async plug-ins do not participate in the database transaction that queued them, therefore they cannot cancel the transaction.
3939

4040
> [!NOTE]
41-
> For on-premise plug-ins not registered in the sandbox, the exception information is written to the Application event log on the D365 server that executes the plug-in. The event log can be viewed by using the Event Viewer administrative tool.
42-
43-
> [!NOTE]
44-
> In the Unified Interface for Dynamics 365 the erorr dialog does not support HTML encoded content or messaging.
41+
> - For on-premise plug-ins not registered in the sandbox, the exception information is written to the Application event log on the Dynamics 365 Server that executes the plug-in. The event log can be viewed by using the Event Viewer administrative tool.
42+
> - In the Unified Interface, the error dialog does not support HTML encoded content or messaging.

0 commit comments

Comments
 (0)