我将接收到的图像信息存在 byte[] buffer中,现在要在picturebox中显示出来,改怎么转化Stream ms = new MemoryStream(buffer) ; Bitmap bm = (Bitmap)Bitmap.FromStream(ms); pictureBox1.Image =bm;这段代码 在Bitmap bm = (Bitmap)Bitmap.FromStream(ms);出现异常