We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c15983 commit 3c36aa0Copy full SHA for 3c36aa0
src/ExportHistory/Exception/ExportJobNotFoundException.cs
@@ -4,7 +4,7 @@
4
namespace Microsoft.DurableTask.ExportHistory;
5
6
/// <summary>
7
-/// Exception thrown when attempting to access a schedule that does not exist.
+/// Exception thrown when attempting to access an export job that does not exist.
8
/// </summary>
9
public class ExportJobNotFoundException : InvalidOperationException
10
{
0 commit comments