Dasync.Collections.AsyncEnumerationCanceledException
This exception is thrown when you call Break
or when the enumerator is disposed before reaching the end of enumeration.
namespace Dasync.Collections
{
public sealed class AsyncEnumerationCanceledException : OperationCanceledException
{
public AsyncEnumerationCanceledException();
}
}