I have very little to go on here. I can\'t reproduce this locally, but when users get the error I get an automatic email exception notification:
int len = qs.Length % 4; if (len > 0) qs = qs.PadRight(qs.Length + (4 - len), '=');
where qs is any base64 encoded string
qs