Skip to content

Commit f4b361b

Browse files
committed
fix links
1 parent e0c63e1 commit f4b361b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/handle-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The exception message for asynchronous registered plug-ins is written to a **Sys
5757

5858
With an asynchronous plug-in step, you can re-try when a plug-in fails. This may be due to a network error or some other re-triable error calling an external resource.
5959

60-
To retry your plug-in, use the [InvalidPluginExecutionException(OperationStatus, Int32, String)](dotnet/api/microsoft.xrm.sdk.invalidpluginexecutionexception.-ctor?view=dynamics-general-ce-9#Microsoft_Xrm_Sdk_InvalidPluginExecutionException__ctor_Microsoft_Xrm_Sdk_OperationStatus_System_Int32_System_String_) constructor using the [OperationStatus Enum](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.operationstatus?view=dynamics-general-ce-9) `Retry` member value.
60+
To retry your plug-in, use the [InvalidPluginExecutionException(OperationStatus, Int32, String)](/dotnet/api/microsoft.xrm.sdk.invalidpluginexecutionexception.-ctor?view=dynamics-general-ce-9#Microsoft_Xrm_Sdk_InvalidPluginExecutionException__ctor_Microsoft_Xrm_Sdk_OperationStatus_System_Int32_System_String_) constructor using the [OperationStatus Enum](/dotnet/api/microsoft.xrm.sdk.operationstatus?view=dynamics-general-ce-9) `Retry` member value.
6161

6262
When your plug-in throws this type of exception, the asynchronous service will attempt to run your plug-in four times. If it doesn't succeed within four attempts it will fail.
6363

0 commit comments

Comments
 (0)