指定的参数超出了有效值的范围。参数名称:count

时间:2017-10-21 06:52:21

标签: .net asp.net-core asp.net-core-mvc kestrel

我用asp.net core 2.0编写了一个站点,有时会出现错误提升(很少)。

  

发生了未处理的异常:指定的参数不存在   有效值的范围。参数名称:count

堆栈跟踪:

  

System.ArgumentOutOfRangeException:指定的参数不在   有效值范围。参数名称:count at   Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.PipeCompletion.ThrowFailed()   在   Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.Pipe.GetResult(ReadResult&安培;   结果)在   Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.Pipe.Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.IReadableBufferAwaiter.GetResult()   在   Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.ReadableBufferAwaitable.GetResult()   在   Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.MessageBody.d__24.MoveNext()   ---从抛出异常的先前位置开始的堆栈跟踪结束--- at   System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at   System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务   任务)   Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame 1.<ProcessRequestsAsync>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame 1.d__2.MoveNext()

我不确定,但是在迁移到asp.net core 2.0之后可能会出现此错误。

0 个答案:

没有答案