System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。参数名: index

在system.throwhelper.throwargumetoutofrangeexception(exceptionargumentarument,exceptio... 在system.throwhe lper.throwargumetoutofrangeexception(exceptionargument arument,exceptionresource resource)
在system.bitcnverter.toint32(byte[] value, int32 startindex)
在system.bitcoverter.touint32(byte[] value, int32 startindex)
在conquer_online_server.主程式.gameserver_announcereceive(byte[] arg1, wrapper arg2,byte[] arg3) 位置:f:\conquer源码\conquer_online_server\主程式.cs:行号 305
try
{
Client.Exchange = false;

Client.Action = 1;
ushort position = 7;
uint PacketLen = BitConverter.ToUInt32(arg1, position); position += 4 ;
int JunkLen = BitConverter.ToInt32(arg1, position); position += 4; position += (ushort)JunkLen;
int Len = BitConverter.ToInt32(arg1, position); position += 4;
byte[] pubKey = new byte[Len];
for (int x = 0; x < Len; x++)
pubKey[x] = arg1[x + position];
string PubKey = System.Text.ASCIIEncoding.ASCII.GetString(pubKey);

Client.Cryptography = Client.DHKeyExchance.HandleClientKeyPacket(PubKey, Client.Cryptography);
}
行号305:uint PacketLen = BitConverter.ToUInt32(arg1, position); position += 4 ;
展开
 我来答
kuapai71
2011-09-28 · 超过14用户采纳过TA的回答
知道答主
回答量:425
采纳率:0%
帮助的人:166万
展开全部
updateStr =
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式