thrownewArgumentOutOfRangeException("requests",requests,string.Format("requests length is too large. Takes over {0}>{1} bytes.",_dataLength,byte.MaxValue));
thrownewArgumentOutOfRangeException("networkName",networkName,string.Format("Network Name cannot be longer than {0} bytes.",byte.MaxValue));
if(accessPointName.Length>byte.MaxValue)
thrownewArgumentOutOfRangeException("accessPointName",accessPointName,string.Format("Access Point Name cannot be longer than {0} bytes.",byte.MaxValue));