6 private const int DontFragmentFlag = 2;
10 private bool dontFragment;
49 dontFragment = (((options.flags & 2) > 0) ? true :
false);
65 this.dontFragment = dontFragment;
The exception that is thrown when the value of an argument is outside the allowable range of values a...