Hello,

I am getting an error on this line:

ReceivedData = NetStream.Read(CryptData, 0, Size)

This is the information it gives me:

A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in System.dll

Additional information: Specified argument was out of the range of valid values.

If you could help me understand why this is happening I would be very grateful, if you need more code or information just say.

Recommended Answers

All 3 Replies

That exception would occur if Size is negative.

Hello,

I can really not figure this problem out, if I sent you the source would you be able to take a look at it for me?

At the moment I seemed to have solved the problem thank you for helping.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.