﻿dotnet : Unhandled exception. System.ArgumentOutOfRangeException: length ('-15237') must be a non-negative value. (Para
meter 'length')
所在位置 C:\Users\zfj\AppData\Local\Temp\ps-script-e0f18b23-15c7-4df0-8139-a4d596b234f7.ps1:136 字符: 1
+ dotnet run 2>&1 | Out-File "d:\work\c-project\_decompile\planorder.tx ...
+ ~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Unhandled excep...meter 'length'):String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
Actual value was -15237.
   at System.ArgumentOutOfRangeException.ThrowNegative[T](T value, String paramName)
   at System.ArgumentOutOfRangeException.ThrowIfNegative[T](T value, String paramName)
   at System.String.ThrowSubstringArgumentOutOfRange(Int32 startIndex, Int32 length)
   at System.String.Substring(Int32 startIndex, Int32 length)
   at Program.<Main>$(String[] args) in D:\work\c-project\_decompile\DecompileTool\Program.cs:line 8
