1
0
Brendan Forster 9 жил өмнө
parent
commit
8ccb94805a

+ 1 - 1
Ix.NET/Source/System.Interactive.Async/Create.cs

@@ -84,7 +84,7 @@ namespace System.Linq
 
             public override AsyncIterator<T> Clone()
             {
-                throw new NotSupportedException("Iterator only");
+                throw new NotSupportedException("AnonymousAsyncIterator cannot be cloned. It is only intended for use as an iterator.");
             }
 
             public override void Dispose()