static extern uint DhcpAddSubnetElementV5(
uint result = NativeMethods.DhcpAddSubnetElementV5(server.Address, subnet, ref element);
throw new DhcpException(result, "DhcpAddSubnetElementV5");