Since Fez has a slot for a memory card, you can register sending errors:
private void TimerCallback_SendSbcData(object stateInfo)
{
try
{
SbcData data = new SbcData();
this.network.Send(data);
}
catch (Exception ex)
{
MyLogToCardMethod(ex.ToString());
}
}
Installation of the card instructions is on the manufacturer's website:
https://www.ghielectronics.com/docs/51/netmf-file-system