This error rears its head when you'd expect in C#. I got it from the following code.
public Byte[] SimpleRead(string fromPath) { return File.ReadAllBytes(fromPath); }
No comments:
Post a Comment