0

报错信息:System.Text.DecoderFallbackException: Unable to translate bytes [A7] at index 107 from specified code page to Unicode.

怎么跳过或者忽略错误数据

using (var cursor = await collection.FindAsync(filter, fOptions))
{
while (await cursor.MoveNextAsync()) //这里读取数据时报错
{
}
}