public:
virtual int GenerateBinaryImage(
array<unsigned char>^ buffer,
int startIndex
) overridefunction GenerateBinaryImage(buffer, startIndex);| ArgumentNullException | buffer is null. |
| ArgumentOutOfRangeException | startIndex or BinaryLength is less than 0 -or- startIndex and BinaryLength will exceed buffer length. |