Browse Source

a better error message?

Brendan Forster 9 years ago
parent
commit
8ccb94805a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ix.NET/Source/System.Interactive.Async/Create.cs

+ 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()